Skip to content

Commit 761b35d

Browse files
committed
Release v1.1.0
1 parent bd94b21 commit 761b35d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.1.0
4+
5+
* Add PO Parser Metadata Stripping
6+
37
## v1.0.1
48

59
* Fix backslash escaping in `Expo.PO.compose/1`

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
defmodule Expo.MixProject do
33
use Mix.Project
44

5-
@version "1.0.1"
5+
@version "1.1.0"
66
@source_url "https://github.com/elixir-gettext/expo"
77
@description "Low-level Gettext file handling (.po/.pot/.mo file writer and parser)."
88

0 commit comments

Comments
 (0)