Skip to content

Commit f599d08

Browse files
committed
Version patch level increased.
1 parent c1ddc13 commit f599d08

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,6 +2,9 @@
22

33
## [Unreleased]
44

5+
## [0.3.2]
6+
### Added
7+
58
- Parts of markers outside of plot area are getting clipped. This behaviour can
69
be controlled by style.plot.overflow parameter.
710

src/chart/main/version.cpp

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

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

0 commit comments

Comments
 (0)