Bump version
This commit is contained in:
parent
b09827cec1
commit
dad7a21609
@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## Next
|
||||
## 3.0.0 - 2025 May 30
|
||||
- Create a [website interface](https://cpc.kasper.space)
|
||||
- Add wasm version
|
||||
- Switch to the `fastnum` crate's d128
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -47,7 +47,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cpc"
|
||||
version = "2.0.0"
|
||||
version = "3.0.0"
|
||||
dependencies = [
|
||||
"console_error_panic_hook",
|
||||
"fastnum",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cpc"
|
||||
version = "2.0.0"
|
||||
version = "3.0.0"
|
||||
description = "evaluates math expressions, with support for units and conversion between units"
|
||||
authors = ["Kasper Henningsen"]
|
||||
edition = "2024"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user