We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0207736 commit 73ee5c2Copy full SHA for 73ee5c2
CHANGELOG
@@ -1,6 +1,8 @@
1
# Changelog
2
3
## Unreleased
4
+
5
+## 0.4.0 - 2019-03-02
6
### Added
7
- Line charts.
8
- Box plots.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "plotlib"
-version = "0.3.0"
+version = "0.4.0"
authors = ["Matt Williams <matt@milliams.com>"]
description = "Pure Rust plotting library"
readme = "README.md"
0 commit comments