Skip to content

Commit 525026e

Browse files
committed
Release v0.18.2
1 parent 9df6f4e commit 525026e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.18.2
4+
5+
* Allow plural forms to be set for the gettext application
6+
* Use Application.compile_env if available
7+
38
## v0.18.1
49

510
* Allow default domain to be configurable

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 "0.18.1"
4+
@version "0.18.2"
55

66
@description "Internationalization and localization through gettext"
77
@repo_url "https://github.com/elixir-gettext/gettext"

0 commit comments

Comments
 (0)