Skip to content

Commit 791dc3f

Browse files
chore(release): bump version to 0.6.0
1 parent c5082a4 commit 791dc3f

2 files changed

Lines changed: 27 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@
44

55
### Added
66

7+
- NIL
8+
9+
### Changed
10+
11+
- NIL
12+
13+
### Deprecated
14+
15+
- NIL
16+
17+
### Removed
18+
19+
- NIL
20+
21+
### Fixed
22+
23+
- NIL
24+
25+
### Security
26+
27+
- NIL
28+
29+
## [0.6.0] - 2026-04-06
30+
31+
### Added
32+
733
- **UTF-8 Utilities**: Unicode codepoint encoding and decoding
834
- `decodeUtf8Codepoint()` - Decode UTF-8 byte sequences to Unicode codepoints with full validation
935
- `encodeUtf8Codepoint()` - Encode Unicode codepoints to UTF-8 byte sequences
@@ -25,22 +51,6 @@
2551
- When enabled, converts UTF-8 characters to `&#xHHHH;` numeric character references
2652
- Generates uppercase hexadecimal encoding (e.g., `€` for €)
2753

28-
### Deprecated
29-
30-
- NIL
31-
32-
### Removed
33-
34-
- NIL
35-
36-
### Fixed
37-
38-
- NIL
39-
40-
### Security
41-
42-
- NIL
43-
4454
## [0.5.1] - 2026-04-02
4555

4656
### Changed

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.1
12+
VERSION 0.6.0
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)