Skip to content

Commit cc5f0ef

Browse files
committed
Bump version and update changelog
1 parent f74ae44 commit cc5f0ef

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unicode String v2.0.1
4+
5+
This is the changelog for Unicode String v2.0.1 released on April 29th, 2026. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-unicode/unicode_string/tags)
6+
7+
### Bug Fixes
8+
9+
* Fix compile + dialyzer + tests without optional :localize dependency.
10+
311
## Unicode String v2.0.0
412

513
This is the changelog for Unicode String v2.0.0 released on April 14th, 2026. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-unicode/unicode_string/tags)

mix.exs

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

4-
@version "2.0.0"
4+
@version "2.0.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)