Bump version

This commit is contained in:
Kasper 2025-05-30 01:32:57 +02:00
parent 2305d0af89
commit 31acf60946
No known key found for this signature in database
GPG Key ID: 3E47D7CD99820B85
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## Next ## 2.0.0 - 2025 May 30
- Remove the `degrees` keyword which referred to `celcius` by default - 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 - Remove the `default_degrees` argument from `eval()` and `lex()`. Not necessary now that the `degrees` keyword is removed
- Fix trigonometry imprecision - Fix trigonometry imprecision

2
Cargo.lock generated
View File

@ -28,7 +28,7 @@ dependencies = [
[[package]] [[package]]
name = "cpc" name = "cpc"
version = "1.9.3" version = "2.0.0"
dependencies = [ dependencies = [
"decimal", "decimal",
"regex", "regex",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "cpc" name = "cpc"
version = "1.9.3" version = "2.0.0"
description = "evaluates math expressions, with support for units and conversion between units" description = "evaluates math expressions, with support for units and conversion between units"
authors = ["Kasper Henningsen"] authors = ["Kasper Henningsen"]
edition = "2024" edition = "2024"