We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde32c0 commit 435c574Copy full SHA for 435c574
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.26.1
4
+
5
+ * Address backwards incompatible changes in previous release
6
7
## v0.26.0
8
9
This release changes the way you use Gettext. We're not crazy: it does so because doing so makes it a lot faster to compile projects that use Gettext.
mix.exs
@@ -1,7 +1,7 @@
defmodule Gettext.Mixfile do
use Mix.Project
- @version "0.26.0"
+ @version "0.26.1"
@description "Internationalization and localization through gettext"
@repo_url "https://github.com/elixir-gettext/gettext"
0 commit comments