Skip to content

Commit b3ed1f7

Browse files
committed
CHANGELOG|VERSION: bump v0.6.3
Prepare v0.6.3
1 parent 4088cb9 commit b3ed1f7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Legend:
99
- [O] Other
1010
```
1111

12+
### v0.6.3 (28th January 2026)
13+
14+
- [O] tests/CI: fixed compilation with GCC 16 (thanks A. Stieger). Added CI coverage for GCC 15.
15+
1216
### v0.6.2 (24th October 2025)
1317

1418
- [B] map: fix garbage in `prev_val` when key not in map for `cdada_map_insert_replace()`
@@ -22,7 +26,7 @@ Legend:
2226
### v0.6.0 (17th April 2024)
2327

2428
- [+] !! BREAKING CHANGE !! Add `prev_val` to `cdada_map_insert_replace()` API call to make it more useful
25-
- [O] CI: add coverage for clang11, 12 and 13.
29+
- [O] CI: add coverage for clang11, 12 and 13
2630

2731
### v0.5.2 (7th November 2023)
2832

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.6.2
1+
v0.6.3

0 commit comments

Comments
 (0)