Skip to content

Commit 4a4fbbe

Browse files
committed
Update changelog
1 parent dd0ab14 commit 4a4fbbe

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.dialyzer_ignore_warnings

Whitespace-only changes.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unicode String v1.3.0
44

5-
This is the changelog for Unicode String v1.3.0 released on August 16th, 2023. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-unicode/unicode_string/tags)
5+
This is the changelog for Unicode String v1.3.0 released on Fabruary 27th, 2024. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-unicode/unicode_string/tags)
66

77
### Bug Fixes
88

mix.exs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ defmodule Unicode.String.MixProject do
1818
package: package(),
1919
elixirc_paths: elixirc_paths(Mix.env()),
2020
dialyzer: [
21-
plt_add_apps: ~w(mix sweet_xml)a
21+
ignore_warnings: ".dialyzer_ignore_warnings",
22+
plt_add_apps: ~w(mix sweet_xml)a,
23+
flags: [:underspecs]
2224
]
2325
]
2426
end
@@ -59,7 +61,9 @@ defmodule Unicode.String.MixProject do
5961
[
6062
{:unicode, "~> 1.16"},
6163
{:unicode_set, "~> 1.3"},
64+
6265
{:ex_cldr, "~> 2.37", optional: true},
66+
6367
{:jason, "~> 1.0", optional: true},
6468
{:sweet_xml, "~> 0.7", runtime: false},
6569
{:dialyxir, "~> 1.0", only: [:dev, :test], runtime: false},

0 commit comments

Comments
 (0)