Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
benhaney committed Oct 28, 2023
1 parent 728ae04 commit bd18e56
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
nif: ["2.16", "2.15", "2.14"]
nif: ["2.17", "2.16", "2.15"]
job:
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }
- { target: aarch64-unknown-linux-musl , os: ubuntu-20.04 , use-cross: true }
Expand Down
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.3.3] - 2023-10-28
### Changed
- Upgrade Rustler for greater Erlang/OTP version compatibility
- Bump `rustler` to 0.30
- Minimum supported Elixir version raised to 1.13

## [0.3.2] - 2023-08-09
### Changed
Expand Down Expand Up @@ -66,7 +67,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release


[Unreleased]: https://github.com/benhaney/Jsonrs/compare/v0.3.2...HEAD
[Unreleased]: https://github.com/benhaney/Jsonrs/compare/v0.3.3...HEAD
[0.3.3]: https://github.com/benhaney/Jsonrs/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/benhaney/Jsonrs/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/benhaney/Jsonrs/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/benhaney/Jsonrs/compare/v0.2.1...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ defmodule Jsonrs.MixProject do
defp deps do
[
{:rustler_precompiled, "~> 0.7.0"},
{:rustler, "~> 0.30.0", optional: true},
{:rustler, "~> 0.30.0", optional: true, runtime: false},
{:ex_doc, "~> 0.30", only: :dev, runtime: false},
]
end
Expand Down
2 changes: 1 addition & 1 deletion native/jsonrs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd18e56

Please sign in to comment.