Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
benhaney committed Dec 20, 2024
1 parent 4191846 commit b95b69a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
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 }
- { target: aarch64-apple-darwin , os: macos-11 }
- { target: aarch64-apple-darwin , os: macos-latest }
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , use-cross: true }
- { target: riscv64gc-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }
- { target: x86_64-apple-darwin , os: macos-11 }
- { target: x86_64-apple-darwin , os: macos-latest }
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 }
- { target: x86_64-unknown-linux-musl , os: ubuntu-20.04 , use-cross: true }
- { target: x86_64-pc-windows-gnu , os: windows-2019 }
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
echo ::set-output name=LIB_FINAL_NAME::${LIB_FINAL_NAME}.tar.gz
- name: "Upload artifact"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ steps.rename.outputs.LIB_FINAL_NAME }}
path: ${{ steps.rename.outputs.LIB_FINAL_PATH }}
Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.4] - 2024-12-20
### Changed
- Bump `rustler` to 0.35
- Bump `rustler_precompiled` to 0.8
Expand Down Expand Up @@ -72,7 +72,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.3...HEAD
[Unreleased]: https://github.com/benhaney/Jsonrs/compare/v0.3.4...HEAD
[0.3.4]: https://github.com/benhaney/Jsonrs/compare/v0.3.3...v0.3.4
[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
Expand Down

0 comments on commit b95b69a

Please sign in to comment.