Skip to content

Commit 59ae65c

Browse files
committed
Update version numbers for 0.5.1
1 parent 89679be commit 59ae65c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG

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

33
## Unreleased
4+
5+
## 0.5.1 - 2020-03-28
46
### Fixed
57
- Set default axis bounds for case where all values are equal (Issue #36)
68
- Optimise tick generation to jump straight to range (Issue #42)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plotlib"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Matt Williams <matt@milliams.com>"]
55
description = "Pure Rust plotting library"
66
readme = "README.md"

0 commit comments

Comments
 (0)