Skip to content

Commit

Permalink
Release 1.1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Jan 23, 2024
1 parent 447621d commit 4dd9435
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/hexpm-release.yml
Expand Up @@ -7,9 +7,7 @@ on:

jobs:
release:
runs-on: ubuntu-22.04
container:
image: erlang:26
runs-on: ubuntu-20.04
steps:
- name: Check out
uses: actions/checkout@v4
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# Version 1.1.51

* Fix hex release scripts

# Version 1.1.50

* Fix `make spec` on OTP >= 25
Expand Down
2 changes: 1 addition & 1 deletion src/fast_xml.app.src
Expand Up @@ -23,7 +23,7 @@

{application, fast_xml,
[{description, "Fast Expat-based Erlang / Elixir XML parsing library"},
{vsn, "1.1.50"},
{vsn, "1.1.51"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, p1_utils]},
Expand Down

0 comments on commit 4dd9435

Please sign in to comment.