Skip to content

Commit

Permalink
Ready for release 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Jul 3, 2021
1 parent 006c8b6 commit db1b457
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Ex_Cldr_Collation v0.6.0

This is the changelog for Cldr_collation v0.6.0 released on July 3rd, 2021. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_collation/tags)

### Bug fixes

* Load the nif from a path relative to `:code.priv_dir/1`.

## Ex_Cldr_Collation v0.5.0

This is the changelog for Cldr_collation v0.5.0 released on June 23rd, 2021. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_collation/tags)
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 CldrCollation.MixProject do
use Mix.Project

@version "0.5.0"
@version "0.6.0"

def project do
[
Expand Down

0 comments on commit db1b457

Please sign in to comment.