Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Mar 28, 2023
1 parent e8efefd commit cb04691
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Changelog

## v0.4.1

* Fix a bug with parsing multiline strings for plural messages
([issue](https://github.com/elixir-gettext/expo/issues/108)).

## v0.4.0

* Strictly require at least one line of text in `msgid` and `msgstr`.

* Fix `Expo.PO.compose/1` with only top comments and no headers.

## v0.3.0
Expand All @@ -15,6 +19,5 @@

* Add support for previous message context (through `#| msgctxt "..."`
comments).

* Fix some issues with obsolete comments (`#~`) not parsing correctly in some
cases.
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.0"
@version "0.4.1"
@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 cb04691

Please sign in to comment.