From 31acf60946f9a85584217318eaad3a08605fcdfa Mon Sep 17 00:00:00 2001 From: Kasper Date: Fri, 30 May 2025 01:32:57 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7b44a8..af7422d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Next +## 2.0.0 - 2025 May 30 - Remove the `degrees` keyword which referred to `celcius` by default - Remove the `default_degrees` argument from `eval()` and `lex()`. Not necessary now that the `degrees` keyword is removed - Fix trigonometry imprecision diff --git a/Cargo.lock b/Cargo.lock index 74f6c0f..f26f365 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ dependencies = [ [[package]] name = "cpc" -version = "1.9.3" +version = "2.0.0" dependencies = [ "decimal", "regex", diff --git a/Cargo.toml b/Cargo.toml index 1c3309d..27d2dfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpc" -version = "1.9.3" +version = "2.0.0" description = "evaluates math expressions, with support for units and conversion between units" authors = ["Kasper Henningsen"] edition = "2024"