diff --git a/CHANGELOG.md b/CHANGELOG.md index 9526189f..9fe85288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# 0.2.3 (unreleased) + # 0.2.2 - Added many transcendental functions: `sin`, `cos`, `tan`, `asin`, `acos`, `atan`, `exp`, `ln` diff --git a/Cargo.lock b/Cargo.lock index f5158e2a..0fc0996d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -808,7 +808,7 @@ dependencies = [ [[package]] name = "fidget" -version = "0.2.2" +version = "0.2.3" dependencies = [ "arrayvec", "bimap", diff --git a/fidget/Cargo.toml b/fidget/Cargo.toml index a0bf0137..6e9b9c65 100644 --- a/fidget/Cargo.toml +++ b/fidget/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fidget" -version = "0.2.2" +version = "0.2.3" edition = "2021" license = "MPL-2.0" repository = "https://github.com/mkeeter/fidget"