Skip to content

Commit 6746da3

Browse files
committed
Release version 1.5.6
1 parent beae79b commit 6746da3

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Changelog
22

3+
### v1.5.6 (2025-03-14)
4+
5+
* Improve accuracy of pi and roots
6+
* Fix parsing of negated function calls like `-sqrt 4`
7+
* Add miscellaneous `fend-web` UI improvements
8+
39
### v1.5.5 (2024-11-17)
410

511
* Fix build errors in 1.5.4

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["cli", "core", "wasm"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "1.5.5"
6+
version = "1.5.6"
77
description = "Arbitrary-precision unit-aware calculator"
88
edition = "2024"
99
homepage = "https://github.com/printfn/fend"
@@ -13,7 +13,7 @@ categories = ["command-line-utilities", "mathematics", "science"]
1313
license = "MIT"
1414

1515
[workspace.dependencies]
16-
fend-core = { version = "1.5.5", path = "core" }
16+
fend-core = { version = "1.5.6", path = "core" }
1717

1818
[profile.release]
1919
lto = true

0 commit comments

Comments
 (0)