Skip to content

Commit f4965d3

Browse files
committed
Release 0.4.1
1 parent 5b0409b commit f4965d3

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.1] - 2024-10-03
11+
12+
### Changed
13+
14+
- Bumped syn crate dependency to 2
15+
1016
## [0.4.0] - 2023-09-25
1117

1218
### Added
@@ -58,5 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5864

5965
- Changed jvalue into a union
6066

61-
[unreleased]: https://github.com/jni-rs/jni-sys/compare/v0.3.0...HEAD
67+
[unreleased]: https://github.com/jni-rs/jni-sys/compare/v0.4.1...HEAD
68+
[0.4.1]: https://github.com/jni-rs/jni-sys/compare/v0.4.0...v0.4.1
69+
[0.4.0]: https://github.com/jni-rs/jni-sys/compare/v0.3.0...v0.4.0
6270
[0.3.0]: https://github.com/jni-rs/jni-sys/compare/v0.2.5...v0.3.0

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "jni-sys"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Steven Fackler <[email protected]>", "Robert Bragg <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Rust definitions corresponding to jni.h"
77
repository = "https://github.com/jni-rs/jni-sys"
8-
documentation = "https://docs.rs/jni-sys/0.4.0"
8+
documentation = "https://docs.rs/jni-sys"
99
readme = "README.md"
1010
categories = ["external-ffi-bindings"]
1111
keywords = ["java", "jni"]

0 commit comments

Comments
 (0)