Skip to content

Commit 54d2ba7

Browse files
committed
Make this version 1.0
1 parent 82e260b commit 54d2ba7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Changelog
22

3-
## Cldr_Messages v0.14.2
3+
## Cldr_Messages v1.0.0
44

5-
This is the changelog for Cldr_Messages v0.14.2 released on October 5th, 2023. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_messages/tags)
5+
This is the changelog for Cldr_Messages v1.0.0 released on October 5th, 2023. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-cldr/cldr_messages/tags)
6+
7+
Since the API is stable, this becomes the 1.0 release.
68

79
### Bug Fixes
810

9-
* Fix `Cldr.Message.Print.to_strin/2` to force a deterministic order of `choice`s.
11+
* Fix `Cldr.Message.Print.to_string/2` to force a deterministic order of `choice`s.
1012

1113
* Fix extracting variable bindings from `simple_format`. Thanks to @AlexisChavez97 for the report and the PR. Closes #16.
1214

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Cldr.Messages.MixProject do
22
use Mix.Project
33

4-
@version "0.14.2"
4+
@version "1.0.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)