Bump version

This commit is contained in:
Kasper 2025-05-30 11:44:26 +02:00
parent b09827cec1
commit dad7a21609
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
## 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
View File

@ -47,7 +47,7 @@ dependencies = [
[[package]]
name = "cpc"
version = "2.0.0"
version = "3.0.0"
dependencies = [
"console_error_panic_hook",
"fastnum",

View File

@ -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"