Skip to content

Commit

Permalink
Set version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
veghdev committed Mar 12, 2024
1 parent 325e5ed commit ce55c2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [0.10.1] - 2024-03-12

### Added

- Updated `type-fest` dependency version to `4.12.0`

## [0.10.0] - 2024-03-11

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/chart/main/version.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#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 comments on commit ce55c2d

Please sign in to comment.