We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325e5ed commit ce55c2dCopy full SHA for ce55c2d
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## [Unreleased]
4
5
+## [0.10.1] - 2024-03-12
6
+
7
+### Added
8
9
+- Updated `type-fest` dependency version to `4.12.0`
10
11
## [0.10.0] - 2024-03-11
12
13
### Fixed
src/chart/main/version.cpp
@@ -1,5 +1,5 @@
1
#include "version.h"
-const App::Version Vizzu::Main::version(0, 10, 0);
+const App::Version Vizzu::Main::version(0, 10, 1);
const char *const Vizzu::Main::siteUrl = "https://vizzu.io/";
0 commit comments