From 50386c03dbf5568ea8625c43ea92153adce91047 Mon Sep 17 00:00:00 2001 From: Buck McCready Date: Sat, 18 Feb 2023 19:25:59 -0800 Subject: [PATCH] Update version to 0.3.0 --- CHANGELOG.md | 2 +- cavalier_contours/Cargo.toml | 2 +- cavalier_contours_ffi/Cargo.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 825cde3..94735aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ⭐ diff --git a/cavalier_contours/Cargo.toml b/cavalier_contours/Cargo.toml index 58b4f55..feedf88 100644 --- a/cavalier_contours/Cargo.toml +++ b/cavalier_contours/Cargo.toml @@ -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 diff --git a/cavalier_contours_ffi/Cargo.toml b/cavalier_contours_ffi/Cargo.toml index 6ce7071..7a37d29 100644 --- a/cavalier_contours_ffi/Cargo.toml +++ b/cavalier_contours_ffi/Cargo.toml @@ -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"}