Skip to content

Commit 73663bf

Browse files
committed
Bump version to 0.3.5
1 parent 5180b4e commit 73663bf

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## Plotters 0.3.5 (2023-06-16)
4+
5+
### Added
6+
7+
- Add ab_glyph font backend
8+
- Color maps
9+
10+
### Fixed
11+
12+
- Fix broken unaligned read in unsafe code
13+
- A lot of broken links and typos
14+
315
## Plotters 0.3.4 (2022-09-08)
416

517
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ The feature `evcxr` should be enabled when including Plotters to Jupyter Noteboo
221221
The following code shows a minimal example of this.
222222

223223
```text
224-
:dep plotters = { version = "^0.3.4", default_features = false, features = ["evcxr", "all_series", "all_elements"] }
224+
:dep plotters = { version = "^0.3.5", default_features = false, features = ["evcxr", "all_series", "all_elements"] }
225225
extern crate plotters;
226226
use plotters::prelude::*;
227227

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

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

plotters/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ The feature `evcxr` should be enabled when including Plotters to Jupyter Noteboo
361361
The following code shows a minimal example of this.
362362
363363
```text
364-
:dep plotters = { version = "^0.3.4", default_features = false, features = ["evcxr", "all_series", "all_elements"] }
364+
:dep plotters = { version = "^0.3.5", default_features = false, features = ["evcxr", "all_series", "all_elements"] }
365365
extern crate plotters;
366366
use plotters::prelude::*;
367367

0 commit comments

Comments
 (0)