Skip to content

Commit

Permalink
chore: creating version 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Aug 30, 2024
1 parent f02282a commit 16ef8d1
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.11] - 2024-08-30

### Native Code
* `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.)
* `java_string_access` is now movable
Expand Down Expand Up @@ -90,3 +92,4 @@ See [Integration](https://github.com/gershnik/SimpleJNI/wiki/Integrating-JniGen)
[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
[3.11]: https://github.com/gershnik/SimpleJNI/releases/3.11
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10
3.11

0 comments on commit 16ef8d1

Please sign in to comment.