Skip to content

Commit

Permalink
Set version to 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
veghdev authored Jun 18, 2024
1 parent 7cd5649 commit 256fb41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

## [Unreleased]

## [0.11.2] - 2024-06-18

### Fixed

- Only dimension on size (+ color) wrongly displayed as treemap, not tablechart.
- Allocated memory is immediately freed after calling detach(), CAnimation and Snapshot
also can be released using their new `free()` method.
- Canvas pointer event handlers registered as passive.

## [0.11.1] - 2024-05-31

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, 11, 1);
const App::Version Vizzu::Main::version(0, 11, 2);

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

0 comments on commit 256fb41

Please sign in to comment.