Skip to content

Commit

Permalink
Release v0.22.2 (#364)
Browse files Browse the repository at this point in the history
* Release v0.22.2

* Update CHANGELOG.md

---------

Co-authored-by: Andrea Leopardi <[email protected]>
  • Loading branch information
maennchen and whatyouhide authored Jun 1, 2023
1 parent 0cfacae commit b8d3e28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.22.2

* Use `Code.ensure_compiled/1` instead of `Code.ensure_loaded/1` for Elixir < 1.12 compatibility.
* Ensure all modules are properly loaded for `mix gettext.merge`.
* Fix a "protected" check when extracting translations.

## v0.22.1

* Put correct `Plural-Forms` header on `gettext.merge` for the first time.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Gettext.Mixfile do
use Mix.Project

@version "0.23.0-dev"
@version "0.22.2"

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

0 comments on commit b8d3e28

Please sign in to comment.