Skip to content

Commit

Permalink
Update version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuckmccready committed Feb 19, 2023
1 parent 3e501de commit 50386c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to the cavalier_contours crate will be documented in this file.

## Unreleased
## 0.3.0 - 2023-02-18

### Added ⭐

Expand Down
2 changes: 1 addition & 1 deletion cavalier_contours/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
name = "cavalier_contours"
readme = "../README.md"
repository = "https://github.com/jbuckmccready/cavalier_contours"
version = "0.2.0"
version = "0.3.0"

[features]
allow_unsafe = [] # feature has no explicit dependencies
Expand Down
4 changes: 2 additions & 2 deletions cavalier_contours_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ keywords = ["algorithm", "2d", "computational", "geometry", "spatial"]
license = "MIT OR Apache-2.0"
name = "cavalier_contours_ffi"
repository = "https://github.com/jbuckmccready/cavalier_contours"
version = "0.2.0"
version = "0.3.0"

[lib]
# using "lib" so this crate can be referenced and used directly by rust and "cdylib" so it can be used as a dynamic lib
crate-type = ["lib", "cdylib"]

[dependencies]
cavalier_contours = {version = "0.2", path = "../cavalier_contours"}
cavalier_contours = {version = "0.3", path = "../cavalier_contours"}

0 comments on commit 50386c0

Please sign in to comment.