Skip to content

Commit

Permalink
chore(main): release 0.6.2 (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 6, 2023
1 parent 2eda631 commit e76e97a
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

## [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)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
Expand Down

0 comments on commit e76e97a

Please sign in to comment.