File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## v1.0.1
3+ ## v1.0.2
4+
5+ * Only skip manifest removal on Elixir v1.19.3+
6+
7+ ## v1.0.1 (retired)
48
59 * Remove unnecessary cleaning of Elixir manifests
610
@@ -12,7 +16,7 @@ Here are the new goodies:
1216
1317 * Add support for concatenating sigils if all parts are known at compile time (such as ` "Hello " <> ~s(world) ` ).
1418 * Significantly increase the timeout for ` mix gettext.extract ` to two minutes.
15- * Add ` Gettext.put_locale!/1 ` .
19+ * Add ` Gettext.put_locale!/2 ` .
1620
1721Happy 10+ years of Elixir translations everyone! 🎉
1822
Original file line number Diff line number Diff line change @@ -591,7 +591,6 @@ defmodule Gettext do
591591
592592 """
593593
594- require Gettext.Macros
595594 alias Gettext.MissingBindingsError
596595
597596 @ type locale :: binary
Original file line number Diff line number Diff line change 11defmodule Gettext.Mixfile do
22 use Mix.Project
33
4- @ version "1.0.1 "
4+ @ version "1.0.2 "
55
66 @ description "Internationalization and localization through gettext"
77 @ repo_url "https://github.com/elixir-gettext/gettext"
You can’t perform that action at this time.
0 commit comments