There was an error while loading. Please reload this page.
1 parent a3cb8de commit e84269bCopy full SHA for e84269b
2 files changed
CHANGELOG.md
@@ -8,7 +8,7 @@
8
9
### Changed
10
11
- - Replaced anonymous namespaces with `detail` namespace for internal helper functions
+- NIL
12
13
### Deprecated
14
@@ -25,7 +25,13 @@
25
### Security
26
27
- NIL
28
-
+
29
+## [0.5.1] - 2026-04-02
30
31
+### Changed
32
33
+ - Replaced anonymous namespaces with `detail` namespace for internal helper functions
34
35
## [0.5.0] - 2026-01-25
36
37
### Added
CMakeLists.txt
@@ -9,7 +9,7 @@
cmake_minimum_required(VERSION 3.20)
project(nfx-stringutils
- VERSION 0.5.0
+ VERSION 0.5.1
DESCRIPTION "Modern C++20 header-only library providing high-performance string utilities and zero-allocation splitting"
HOMEPAGE_URL "https://github.com/nfx-libs/nfx-stringutils"
15
LANGUAGES CXX
0 commit comments