Skip to content

Commit 757bbc8

Browse files
committed
Bump version number from 0.2.15 to 0.3.0
1 parent 474c561 commit 757bbc8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Plotters latest (?)
3+
## Plotters 0.3.0 (2020-09-03)
44
This is the next major release of Plotters, see [release notes](./RELEASE-NOTES.md) for more detials.
55

66
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plotters"
3-
version = "0.2.15"
3+
version = "0.3.0"
44
authors = ["Hao Hou <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ To view the source code for each example, please click on the example image.
147147
To use Plotters, you can simply add Plotters into your `Cargo.toml`
148148
```toml
149149
[dependencies]
150-
plotters = "^0.2.15"
150+
plotters = "^0.3.0"
151151
```
152152

153153
And the following code draws a quadratic function. `src/main.rs`,

doc-template/latest_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.15
1+
0.3.0

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ including bitmap, vector graph, piston window, GTK/Cairo and WebAssembly.
264264
To use Plotters, you can simply add Plotters into your `Cargo.toml`
265265
```toml
266266
[dependencies]
267-
plotters = "^0.2.15"
267+
plotters = "^0.3.0"
268268
```
269269
270270
And the following code draws a quadratic function. `src/main.rs`,

0 commit comments

Comments
 (0)