Skip to content

Commit dc24ddd

Browse files
committed
Release v1.0.2
1 parent 4960e49 commit dc24ddd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
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+
* Fix regression where `mix gettext.extract --merge` was not behaving consistently, this effectively reverts the previous release
6+
7+
## v1.0.1 (retired)
48

59
* Remove unnecessary cleaning of Elixir manifests
610

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)