Skip to content

Commit

Permalink
chore: creating version 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed May 10, 2024
1 parent 6ed76ea commit 9417f59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.

## Unreleased

## [3.10] - 2024-05-09

### Native Code
* `java_string_create(JNIEnv *, const char *, size_t)` exposed publicly (thank you @JonathanLennox)
* Reduced amount of allocations during exception message extraction
Expand Down Expand Up @@ -72,3 +74,4 @@ See [Integration](https://github.com/gershnik/SimpleJNI/wiki/Integrating-JniGen)
[3.7]: https://github.com/gershnik/SimpleJNI/releases/3.7
[3.8]: https://github.com/gershnik/SimpleJNI/releases/3.8
[3.9]: https://github.com/gershnik/SimpleJNI/releases/3.9
[3.10]: https://github.com/gershnik/SimpleJNI/releases/3.10
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9
3.10

0 comments on commit 9417f59

Please sign in to comment.