We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004faa4 commit cfc09bdCopy full SHA for cfc09bd
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [Unreleased]
+## [v1.15.0] - 2026-03-12
4
5
### Added
6
src/utils/version.h
@@ -14,7 +14,7 @@ All rights reserved (see LICENSE).
14
#include <string>
15
16
constexpr unsigned MAJOR = 1;
17
-constexpr unsigned MINOR = 15;
+constexpr unsigned MINOR = 16;
18
constexpr unsigned PATCH = 0;
19
constexpr bool DEV = true;
20
constexpr unsigned RC = 0;
0 commit comments