File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.4.1] - 2024-10-03
11
+
12
+ ### Changed
13
+
14
+ - Bumped syn crate dependency to 2
15
+
10
16
## [ 0.4.0] - 2023-09-25
11
17
12
18
### Added
@@ -58,5 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
58
64
59
65
- Changed jvalue into a union
60
66
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
62
70
[0.3 . 0 ]: https : // github.com/jni-rs/jni-sys/compare/v0.2.5...v0.3.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " jni-sys"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1 "
4
4
authors = [
" Steven Fackler <[email protected] >" ,
" Robert Bragg <[email protected] >" ]
5
5
license = " MIT/Apache-2.0"
6
6
description = " Rust definitions corresponding to jni.h"
7
7
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"
9
9
readme = " README.md"
10
10
categories = [" external-ffi-bindings" ]
11
11
keywords = [" java" , " jni" ]
You can’t perform that action at this time.
0 commit comments