Skip to content

Commit

Permalink
prepare for 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonah-h committed Aug 30, 2022
1 parent 4fc587d commit 7f192aa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Alternate `CairoCanvas` constructor for providing the `cairo::Context`: `CairoCanvas::from_context`.
- `size` function to the `Canvas` trait for getting the size of a canvas.

### Changed

### plt

- Changed default figsize to more reasonable value.

### Fixed

#### plt

- Figsize was only using one dimension.
- Fixed doc error
- Fixed doc error.

## [0.1.0] - 2022-08-24

Expand Down
2 changes: 1 addition & 1 deletion plt-draw/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plt-draw"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Jonah Hoffman <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions plt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plt"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Jonah Hoffman <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand All @@ -16,7 +16,7 @@ ndarray = "0.15"
[dependencies.draw]
package = "plt-draw"
path = "../plt-draw"
version = "0.1"
version = "0.2.0"

[dev-dependencies]
rand = "0.8"
Expand Down

0 comments on commit 7f192aa

Please sign in to comment.