Skip to content

Commit ce55c2d

Browse files
committed
Set version to 0.10.1
1 parent 325e5ed commit ce55c2d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [0.10.1] - 2024-03-12
6+
7+
### Added
8+
9+
- Updated `type-fest` dependency version to `4.12.0`
10+
511
## [0.10.0] - 2024-03-11
612

713
### Fixed

src/chart/main/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "version.h"
22

3-
const App::Version Vizzu::Main::version(0, 10, 0);
3+
const App::Version Vizzu::Main::version(0, 10, 1);
44

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

0 commit comments

Comments
 (0)