Skip to content

Commit 4874cb6

Browse files
authored
Merge pull request #542 from vizzuhq/release
Set version to 0.11.2
2 parents 7cd5649 + 256fb41 commit 4874cb6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22

33
## [Unreleased]
44

5+
## [0.11.2] - 2024-06-18
6+
57
### Fixed
68

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

1114
## [0.11.1] - 2024-05-31
1215

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

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

0 commit comments

Comments
 (0)