Skip to content

Commit 42529c2

Browse files
committed
chore: creating version 3.6
1 parent 2b44d6b commit 42529c2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## Unreleased
77

8+
## [3.6] - 2025-09-26
9+
810
### Added
911
- On Emscripten it is now possible to construct `sys_string` directly from `__externref_t` and convert `sys_string` back to it.
1012
This is faster and usually more ergonomic that going through `Emval`.
@@ -343,3 +345,4 @@ This is a major release with some breaking changes
343345
[3.3]: https://github.com/gershnik/sys_string/releases/v3.3
344346
[3.4]: https://github.com/gershnik/sys_string/releases/v3.4
345347
[3.5]: https://github.com/gershnik/sys_string/releases/v3.5
348+
[3.6]: https://github.com/gershnik/sys_string/releases/v3.6

lib/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5
1+
3.6

0 commit comments

Comments
 (0)