Skip to content

Commit

Permalink
Preparing release 1.4.42
Browse files Browse the repository at this point in the history
    added new 1.18.0 versions to CI
  • Loading branch information
RobertDober committed Dec 20, 2024
1 parent c759617 commit 81b3580
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ jobs:
otp: 27
os: ubuntu-latest
warnings_as_errors: true
- elixir: 1.18.0-rc.0-otp-27
- elixir: 1.18.0-otp-25
otp: 25
os: ubuntu-latest
warnings_as_errors: true
- elixir: 1.18.0-otp-27
otp: 27
os: ubuntu-latest
warnings_as_errors: true
Expand Down
4 changes: 3 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

- [Parsing HTML]

## [EarmarkParser](https://hex.pm/packages/earmark_parser) 1.4.42 2024-12-11
## [EarmarkParser](https://hex.pm/packages/earmark_parser) 1.4.42 2024-12-20

- Added runners for 1.18 to the github CI workflows

- Optimize Line Scanner by precompilation of the rgxen used, actually performance did not change
but this was also a conceptionally cleaner refactoring.
Expand Down

0 comments on commit 81b3580

Please sign in to comment.