Skip to content

Commit 70847e7

Browse files
committed
Set version to 0.16.3
1 parent df52b51 commit 70847e7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [0.16.3] - 2025-04-28
6+
7+
- Added new (development) style parameter: 'plot.marker.label.unit' with options 'original' (default) and 'percent'.
8+
59
## [0.16.2] - 2025-04-03
610

711
### Fixed

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, 2);
5+
const App::Version Vizzu::Main::version(0, 16, 3);
66

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

0 commit comments

Comments
 (0)