Skip to content

Commit afc3310

Browse files
committed
Bump version number from 0.2.11 to 0.2.12
1 parent 36ab96b commit afc3310

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.2.12 (2019-12-06)
44
### Added
55

66
- BitMapBackend now is able to support different pixel format natively. Check our new minifb demo for details.

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.11"
3+
version = "0.2.12"
44
authors = ["Hao Hou <haohou302@gmail.com>"]
55
edition = "2018"
66
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ To view the source code for each example, please click on the example image.
143143
To use Plotters, you can simply add Plotters into your `Cargo.toml`
144144
```toml
145145
[dependencies]
146-
plotters = "^0.2.11"
146+
plotters = "^0.2.12"
147147
```
148148

149149
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.11
1+
0.2.12

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.11"
267+
plotters = "^0.2.12"
268268
```
269269
270270
And the following code draws a quadratic function. `src/main.rs`,

0 commit comments

Comments
 (0)