Skip to content

Commit 16ef8d1

Browse files
committed
chore: creating version 3.11
1 parent f02282a commit 16ef8d1

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33

44
## Unreleased
55

6+
## [3.11] - 2024-08-30
7+
68
### Native Code
79
* `java_string_create` now has overloads that accept `char8_t *`, `(char8_t *, size_t)`, `char16_t *`, `(char16_t *, size_t)` and, under C++20, any contiguous range of these types (e.g. `std::vector`, `std::string_view`, `std::span` etc.)
810
* `java_string_access` is now movable
@@ -90,3 +92,4 @@ See [Integration](https://github.com/gershnik/SimpleJNI/wiki/Integrating-JniGen)
9092
[3.8]: https://github.com/gershnik/SimpleJNI/releases/3.8
9193
[3.9]: https://github.com/gershnik/SimpleJNI/releases/3.9
9294
[3.10]: https://github.com/gershnik/SimpleJNI/releases/3.10
95+
[3.11]: https://github.com/gershnik/SimpleJNI/releases/3.11

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10
1+
3.11

0 commit comments

Comments
 (0)