We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d7c98 commit dbcc3e2Copy full SHA for dbcc3e2
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.5.2
4
+
5
+* Fix Elixir 1.16 deprecations
6
7
## v0.5.1
8
9
* Fix instruction commands for `Expo.PO.DuplicateMessagesError`.
mix.exs
@@ -2,7 +2,7 @@
defmodule Expo.MixProject do
use Mix.Project
- @version "0.5.1"
+ @version "0.5.2"
@source_url "https://github.com/elixir-gettext/expo"
@description "Low-level Gettext file handling (.po/.pot/.mo file writer and parser)."
0 commit comments