Skip to content

Commit

Permalink
Release v0.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Nov 13, 2024
1 parent 528e9cb commit 3a6e81c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.26.2

* Introduces warning if plural messages are defined with the same singular
message and conflicting plural messages.
* Improves performance by striping not required metadata when compiling the
Gettext backend.

## v0.26.1

* Address backwards incompatible changes in previous release
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.26.1"
@version "0.26.2"

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

0 comments on commit 3a6e81c

Please sign in to comment.