Bump version
This commit is contained in:
parent
b09827cec1
commit
dad7a21609
@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Next
|
## 3.0.0 - 2025 May 30
|
||||||
- Create a [website interface](https://cpc.kasper.space)
|
- Create a [website interface](https://cpc.kasper.space)
|
||||||
- Add wasm version
|
- Add wasm version
|
||||||
- Switch to the `fastnum` crate's d128
|
- Switch to the `fastnum` crate's d128
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -47,7 +47,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cpc"
|
name = "cpc"
|
||||||
version = "2.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"console_error_panic_hook",
|
"console_error_panic_hook",
|
||||||
"fastnum",
|
"fastnum",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cpc"
|
name = "cpc"
|
||||||
version = "2.0.0"
|
version = "3.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