Bump version
This commit is contained in:
parent
2305d0af89
commit
31acf60946
@ -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
2
Cargo.lock
generated
@ -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",
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user