Skip to content

Commit b95b69a

Browse files
committed
Prepare release
1 parent 4191846 commit b95b69a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
job:
2525
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }
2626
- { target: aarch64-unknown-linux-musl , os: ubuntu-20.04 , use-cross: true }
27-
- { target: aarch64-apple-darwin , os: macos-11 }
27+
- { target: aarch64-apple-darwin , os: macos-latest }
2828
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , use-cross: true }
2929
- { target: riscv64gc-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }
30-
- { target: x86_64-apple-darwin , os: macos-11 }
30+
- { target: x86_64-apple-darwin , os: macos-latest }
3131
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 }
3232
- { target: x86_64-unknown-linux-musl , os: ubuntu-20.04 , use-cross: true }
3333
- { target: x86_64-pc-windows-gnu , os: windows-2019 }
@@ -133,7 +133,7 @@ jobs:
133133
echo ::set-output name=LIB_FINAL_NAME::${LIB_FINAL_NAME}.tar.gz
134134
135135
- name: "Upload artifact"
136-
uses: actions/upload-artifact@v2
136+
uses: actions/upload-artifact@v4
137137
with:
138138
name: ${{ steps.rename.outputs.LIB_FINAL_NAME }}
139139
path: ${{ steps.rename.outputs.LIB_FINAL_PATH }}

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.3.4] - 2024-12-20
88
### Changed
99
- Bump `rustler` to 0.35
1010
- Bump `rustler_precompiled` to 0.8
@@ -72,7 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7272
- Initial release
7373

7474

75-
[Unreleased]: https://github.com/benhaney/Jsonrs/compare/v0.3.3...HEAD
75+
[Unreleased]: https://github.com/benhaney/Jsonrs/compare/v0.3.4...HEAD
76+
[0.3.4]: https://github.com/benhaney/Jsonrs/compare/v0.3.3...v0.3.4
7677
[0.3.3]: https://github.com/benhaney/Jsonrs/compare/v0.3.2...v0.3.3
7778
[0.3.2]: https://github.com/benhaney/Jsonrs/compare/v0.3.1...v0.3.2
7879
[0.3.1]: https://github.com/benhaney/Jsonrs/compare/v0.3.0...v0.3.1

0 commit comments

Comments
 (0)