We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd94b21 commit 761b35dCopy full SHA for 761b35d
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.1.0
4
+
5
+* Add PO Parser Metadata Stripping
6
7
## v1.0.1
8
9
* Fix backslash escaping in `Expo.PO.compose/1`
mix.exs
@@ -2,7 +2,7 @@
defmodule Expo.MixProject do
use Mix.Project
- @version "1.0.1"
+ @version "1.1.0"
@source_url "https://github.com/elixir-gettext/expo"
@description "Low-level Gettext file handling (.po/.pot/.mo file writer and parser)."
0 commit comments