Skip to content

Commit

Permalink
Release version 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Sep 15, 2024
1 parent acc6fd8 commit 3bb9390
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Changelog

### v1.5.2 (2024-09-15)

* You can now convert numbers to words. For example, `123 to words` returns
`one hundred and twenty-three`. This supports numbers up to `10^66 - 1`
(vigintillions).
* Add `ton_of_tnt` unit (approx. 4 gigajoules)
* The `linux-x64` binary has been renamed to `linux-x86_64-gnu` for
consistency/clarity

### v1.5.1 (2024-08-10)

* Add units `kgoe` and `toe` (kilogram/tonne of oil equivalent)
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["cli", "core", "wasm"]
resolver = "2"

[workspace.package]
version = "1.5.1"
version = "1.5.2"
description = "Arbitrary-precision unit-aware calculator"
edition = "2021"
homepage = "https://github.com/printfn/fend"
Expand All @@ -13,7 +13,7 @@ categories = ["command-line-utilities", "mathematics", "science"]
license = "MIT"

[workspace.dependencies]
fend-core = { version = "1.5.1", path = "core" }
fend-core = { version = "1.5.2", path = "core" }

[profile.release]
lto = true
Expand Down

0 comments on commit 3bb9390

Please sign in to comment.