Skip to content

Commit e3180f1

Browse files
committed
Release v1.0.2
1 parent ec2f9c1 commit e3180f1

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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

1721
Happy 10+ years of Elixir translations everyone! 🎉
1822

lib/gettext.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule 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"

0 commit comments

Comments
 (0)