Skip to content

Commit 7688cf9

Browse files
committed
Release 1.0.30
1 parent 11fe965 commit 7688cf9

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/hexpm-release.yml

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

88
jobs:
99
release:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-20.04
1111
steps:
1212
- name: Check out
1313
uses: actions/checkout@v2

CHANGELOG.md

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

37
* Make test more robust

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.25"}}}]}.
25+
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.26"}}}]}.
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.29"},
25+
{vsn, "1.0.30"},
2626
{modules, []},
2727
{registered, []},
2828
{applications, [kernel, stdlib, p1_utils]},

0 commit comments

Comments
 (0)