diff --git a/CHANGELOG.md b/CHANGELOG.md index 5577224..a16c472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.25.0 + + * Run merging for `mix gettext.extract`'s POT files even if they are unchanged. + * Allow Expo 1.0+. + ## v0.24.0 * Handle singular and plural messages with the same `msgid` as the same @@ -150,8 +155,8 @@ ## v0.17.2 -* Support `pgettext` -* Consider extracted comments when merging templates during extraction + * Support `pgettext` + * Consider extracted comments when merging templates during extraction ## v0.17.1 diff --git a/mix.exs b/mix.exs index 2cc2f6b..5ce033d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Gettext.Mixfile do use Mix.Project - @version "0.25.0-dev" + @version "0.25.0" @description "Internationalization and localization through gettext" @repo_url "https://github.com/elixir-gettext/gettext"