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 3a8bb67 commit 3c07707Copy full SHA for 3c07707
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## [0.17.1] - 2025-08-24
6
+
7
### Fixed
8
9
- Fix Keyframe marker modifications on source chart.
src/chart/main/version.cpp
@@ -2,6 +2,6 @@
#include "base/app/version.h"
-const App::Version Vizzu::Main::version(0, 17, 0);
+const App::Version Vizzu::Main::version(0, 17, 1);
const char *const Vizzu::Main::siteUrl = "https://vizzu.io/";
0 commit comments