Skip to content

Commit b514b09

Browse files
committed
Update changelog
1 parent 4d319de commit b514b09

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
As of `unicode_set` version 1.4.0, Elixir 1.12 or later is required.
44

5+
## Unicode Set 1.4.1
6+
7+
This is the changelog for Unicode Set 1.4.1 released on January 1st, 2025. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-unicode/unicode_set/tags)
8+
9+
### Bug Fixes
10+
11+
* Work around the Elixir type checker for now.
12+
513
## Unicode Set 1.4.0
614

715
This is the changelog for Unicode Set 1.4.0 released on May 26th, 2024. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-unicode/unicode_set/tags)

mix.exs

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

4-
@version "1.4.0"
4+
@version "1.4.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)