We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4960e49 commit dc24dddCopy full SHA for dc24ddd
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
-## v1.0.1
+## v1.0.2
4
+
5
+ * Fix regression where `mix gettext.extract --merge` was not behaving consistently, this effectively reverts the previous release
6
7
+## v1.0.1 (retired)
8
9
* Remove unnecessary cleaning of Elixir manifests
10
mix.exs
@@ -1,7 +1,7 @@
defmodule Gettext.Mixfile do
use Mix.Project
- @version "1.0.1"
+ @version "1.0.2"
@description "Internationalization and localization through gettext"
@repo_url "https://github.com/elixir-gettext/gettext"
0 commit comments