Skip to content

Commit 258c0c0

Browse files
committed
Prepare release 1.0.26
1 parent fe271af commit 258c0c0

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 1.0.26
2+
3+
* Add tolower_nofilter function
4+
* Don't throw errors if nif library is already loaded
5+
16
# Version 1.0.25
27

38
* Updating p1_utils to version 1.0.22.

src/stringprep.app.src

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

2323
{application, stringprep,
2424
[{description, "Fast Stringprep Erlang / Elixir implementation"},
25-
{vsn, "1.0.25"},
25+
{vsn, "1.0.26"},
2626
{modules, []},
2727
{registered, []},
2828
{applications, [kernel, stdlib, p1_utils]},

0 commit comments

Comments
 (0)