Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Nov 15, 2023
1 parent b555bc8 commit 8ee1c57
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.5.0

* Add `mix expo.msquniq` Mix task.
* Detect duplicates for messages and *plural* messages.
* Fix the `Expo.Message.msgctxt/0` type.
* Add the `Expo.Message.split_lines/0` type.
* Add `Expo.Message.merge/2`, `Expo.Message.Singular.merge/2`, and `Expo.Message.Plural.merge/2`.
* Add `Expo.Message.Plural.key/1`.

## v0.4.1

* Fix a bug with parsing multiline strings for plural messages
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
defmodule Expo.MixProject do
use Mix.Project

@version "0.4.1"
@version "0.5.0"
@source_url "https://github.com/elixir-gettext/expo"
@description "Low-level Gettext file handling (.po/.pot/.mo file writer and parser)."

Expand Down

0 comments on commit 8ee1c57

Please sign in to comment.