From e76e97a578c2d18a005281a75370621980b76404 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 21:18:09 +0200 Subject: [PATCH] chore(main): release 0.6.2 (#33) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 791dfb2..b045240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.2](https://github.com/cschmatzler/idiom/compare/v0.6.1...v0.6.2) (2023-09-06) + + +### Bug Fixes + +* actually support ordinal plurals ([2eda631](https://github.com/cschmatzler/idiom/commit/2eda63191f92872e34cdb2ab7c1c1f3dc913656e)) + ## [0.6.1](https://github.com/cschmatzler/idiom/compare/v0.6.0...v0.6.1) (2023-09-06) diff --git a/mix.exs b/mix.exs index ffbf267..2f60c44 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule Idiom.MixProject do [ app: :idiom, description: "Modern internationalization library", - version: "0.6.1", + version: "0.6.2", elixir: "~> 1.13", compilers: Mix.compilers() ++ [:leex, :yecc], elixirc_paths: elixirc_paths(Mix.env()),