Skip to content

Commit f872752

Browse files
committed
Release 1.0.32
1 parent e41689d commit f872752

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 1.0.32
2+
3+
* Updating p1_utils to version 1.0.27.
4+
15
# Version 1.0.31
26

37
* use on_load attribute for nif loading

rebar.config

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

2323
{erl_opts, [debug_info]}.
2424

25-
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.26"}}}]}.
25+
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.27"}}}]}.
2626

2727
{port_env, [
2828
{"ERL_LDFLAGS", " -L$ERL_EI_LIBDIR -lei"},

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.31"},
25+
{vsn, "1.0.32"},
2626
{modules, []},
2727
{registered, []},
2828
{applications, [kernel, stdlib, p1_utils]},

0 commit comments

Comments
 (0)