Skip to content

Commit 4e58085

Browse files
committed
Set version to 0.16.1
1 parent d189db7 commit 4e58085

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.16.1] - 2025-02-24
6+
57
### Fixed
68

79
- Fix invalid read/write when animation is contiguous (onFinish callback calls setKeyframe).

src/chart/main/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
#include "base/app/version.h"
44

5-
const App::Version Vizzu::Main::version(0, 16, 0);
5+
const App::Version Vizzu::Main::version(0, 16, 1);
66

77
const char *const Vizzu::Main::siteUrl = "https://vizzu.io/";

0 commit comments

Comments
 (0)