Skip to content

Commit

Permalink
update to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonah-h committed Sep 7, 2022
1 parent 55bcc61 commit 62f1852
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2022-09-07

### Added

#### plt
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.2.0"
version = "0.3.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.2.1"
version = "0.3.0"
edition = "2021"
authors = ["Jonah Hoffman <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand All @@ -17,7 +17,7 @@ ndarray = "0.15"
[dependencies.draw]
package = "plt-draw"
path = "../plt-draw"
version = "0.2.0"
version = "0.3.0"

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

0 comments on commit 62f1852

Please sign in to comment.