Skip to content

Commit 1d6788f

Browse files
authored
Version number increased to 0.6.0
1 parent 27f9eb9 commit 1d6788f

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5-
### Added
6-
7-
- Axis line, labels, ticks, interlacing and guide can be switched on/off
8-
via channel config parameters.
9-
- Padding defaults changed.
10-
- Marker labels added for some presets.
5+
## [0.6.0] - 2022-10-18
116

127
### Fixed
138

@@ -26,6 +21,13 @@
2621
- Area/Line fade easing base made linear.
2722
- Fixed missing last interlacing lane in negative chart areas
2823

24+
### Added
25+
26+
- Axis line, labels, ticks, interlacing and guide can be switched on/off
27+
via channel config parameters.
28+
- Padding defaults changed.
29+
- Marker labels added for some presets.
30+
2931
## [0.5.2] - 2022-08-29
3032

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

55
const char *Vizzu::Main::siteUrl = "https://vizzuhq.com/";

0 commit comments

Comments
 (0)