diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd8c3e..da1d100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +## [2.16] - 2025-01-10 + ### Fixed - Crash when sys_string_builder is re-used after `build()` on Apple and Python platforms. - MSVC warnings when using `std::hash` @@ -170,3 +172,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), [2.13]: https://github.com/gershnik/sys_string/releases/v2.13 [2.14]: https://github.com/gershnik/sys_string/releases/v2.14 [2.15]: https://github.com/gershnik/sys_string/releases/v2.15 +[2.16]: https://github.com/gershnik/sys_string/releases/v2.16 diff --git a/lib/VERSION b/lib/VERSION index e3d0696..6d28a11 100644 --- a/lib/VERSION +++ b/lib/VERSION @@ -1 +1 @@ -2.15 +2.16