Skip to content

Commit

Permalink
Release v0.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Jul 1, 2023
1 parent baa7f8e commit 2d2aaf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.22.3

* Fix a bug with extracting translations in Elixir 1.15.0+.

## v0.22.2

* Use `Code.ensure_compiled/1` instead of `Code.ensure_loaded/1` for Elixir < 1.12 compatibility.
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.3"

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

0 comments on commit 2d2aaf5

Please sign in to comment.