Skip to content

Commit dbcc3e2

Browse files
authored
Release v0.5.2 (#130)
1 parent 79d7c98 commit dbcc3e2

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+
## v0.5.2
4+
5+
* Fix Elixir 1.16 deprecations
6+
37
## v0.5.1
48

59
* Fix instruction commands for `Expo.PO.DuplicateMessagesError`.

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 "0.5.1"
5+
@version "0.5.2"
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)