Skip to content

Commit e0be93c

Browse files
committed
Release v0.25.0
1 parent 3505279 commit e0be93c

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.25.0
4+
5+
* Run merging for `mix gettext.extract`'s POT files even if they are unchanged.
6+
* Allow Expo 1.0+.
7+
38
## v0.24.0
49

510
* Handle singular and plural messages with the same `msgid` as the same
@@ -150,8 +155,8 @@
150155

151156
## v0.17.2
152157

153-
* Support `pgettext`
154-
* Consider extracted comments when merging templates during extraction
158+
* Support `pgettext`
159+
* Consider extracted comments when merging templates during extraction
155160

156161
## v0.17.1
157162

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Gettext.Mixfile do
22
use Mix.Project
33

4-
@version "0.25.0-dev"
4+
@version "0.25.0"
55

66
@description "Internationalization and localization through gettext"
77
@repo_url "https://github.com/elixir-gettext/gettext"

0 commit comments

Comments
 (0)