Skip to content

Commit e84269b

Browse files
chore(release): bump version to 0.5.1
1 parent a3cb8de commit e84269b

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
### Changed
1010

11-
- Replaced anonymous namespaces with `detail` namespace for internal helper functions
11+
- NIL
1212

1313
### Deprecated
1414

@@ -25,7 +25,13 @@
2525
### Security
2626

2727
- NIL
28-
28+
29+
## [0.5.1] - 2026-04-02
30+
31+
### Changed
32+
33+
- Replaced anonymous namespaces with `detail` namespace for internal helper functions
34+
2935
## [0.5.0] - 2026-01-25
3036

3137
### Added

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
cmake_minimum_required(VERSION 3.20)
1010

1111
project(nfx-stringutils
12-
VERSION 0.5.0
12+
VERSION 0.5.1
1313
DESCRIPTION "Modern C++20 header-only library providing high-performance string utilities and zero-allocation splitting"
1414
HOMEPAGE_URL "https://github.com/nfx-libs/nfx-stringutils"
1515
LANGUAGES CXX

0 commit comments

Comments
 (0)