Skip to content

Commit

Permalink
chore: creating version 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Jan 10, 2025
1 parent d96f319 commit ef5d035
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 @@ -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<sys_string>`
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion lib/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.15
2.16

0 comments on commit ef5d035

Please sign in to comment.