Skip to content

Commit

Permalink
Release 1.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Jun 27, 2024
1 parent 11fe965 commit 7688cf9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hexpm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Check out
uses: actions/checkout@v2
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 1.0.30

* Updating p1_utils to version 1.0.26.

# Version 1.0.29

* Make test more robust
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

{erl_opts, [debug_info]}.

{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.25"}}}]}.
{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.26"}}}]}.

{port_env, [
{"ERL_LDFLAGS", " -L$ERL_EI_LIBDIR -lei"},
Expand Down
2 changes: 1 addition & 1 deletion src/stringprep.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

{application, stringprep,
[{description, "Fast Stringprep Erlang / Elixir implementation"},
{vsn, "1.0.29"},
{vsn, "1.0.30"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, p1_utils]},
Expand Down

0 comments on commit 7688cf9

Please sign in to comment.