Skip to content

Commit

Permalink
Release v0.5.1 (#125)
Browse files Browse the repository at this point in the history
* Release v0.5.1

* Apply suggestions from code review

---------

Co-authored-by: Andrea Leopardi <an.leopardi@gmail.com>
  • Loading branch information
maennchen and whatyouhide committed Dec 4, 2023
1 parent f2dcc09 commit 9b4f6ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.5.1

* Fix instruction commands for `Expo.PO.DuplicateMessagesError`.
* Fix `FunctionClauseError` in `msguniq` Mix task.
* Fix duplicated flags and comments for `Expo.Message.merge/2`.

## v0.5.0

* Add `mix expo.msquniq` Mix task.
Expand Down
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.5.0"
@version "0.5.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 9b4f6ee

Please sign in to comment.