Skip to content

Commit 7bbe29b

Browse files
committed
Version changed to 0.5.0
1 parent 4fcf1ac commit 7bbe29b

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [0.5.0] - 2022-07-13
6+
57
### Fixed
68

79
- Allow more than 5 colors in TS color palette and gradient declaration.

docs/content/reference/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ about every detail of the API. This works best for users who already have a basi
55
understanding of the Vizzu Library and its logic.
66

77
In case you're just getting started with Vizzu, we strongly recommend visiting our
8-
[Tutorial](https://lib.vizzuhq.com/0.4) first.
8+
[Tutorial](https://lib.vizzuhq.com/0.5) first.
99

1010
## Library Overview
1111

docs/content/tutorial/0-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Import the library into a JavaScript file or script tag in your web page
1717
```html
1818
<script type="module">
1919
import Vizzu from
20-
'https://cdn.jsdelivr.net/npm/vizzu@~0.4.0/dist/vizzu.min.js';
20+
'https://cdn.jsdelivr.net/npm/vizzu@~0.5.0/dist/vizzu.min.js';
2121
</script>
2222
```
2323

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

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

0 commit comments

Comments
 (0)