Skip to content

Commit

Permalink
Release version 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Feb 23, 2024
1 parent b042ecb commit f0ada3d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Changelog

### v1.4.3 (2024-02-23)

* Add `floor`, `ceil` and `round` functions (by
[@frectonz](https://github.com/frectonz))
* Add ¥ symbol for Japanese Yen (by [@frectonz](https://github.com/frectonz))
* Support power notation using Unicode superscript digits (by
[@frectonz](https://github.com/frectonz))

### v1.4.2 (2024-01-23)

* Add ability to convert codepoints to characters, e.g. `97 to character`
Expand Down Expand Up @@ -52,7 +60,8 @@
* Add `pkgx` package (by [@michaelessiet](https://github.com/michaelessiet))
* Add `x86_64-unknown-linux-musl` binary
* Fix terminal issues on some architectures such as MIPS (by [@eatradish](https://github.com/eatradish))
* Fix terminal issues on some architectures such as MIPS (by
[@eatradish](https://github.com/eatradish))
### v1.3.2 (2023-11-11)
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.4.2"
version = "1.4.3"
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 = "GPL-3.0-or-later"

[workspace.dependencies]
fend-core = { version = "1.4.2", path = "core" }
fend-core = { version = "1.4.3", path = "core" }

[profile.release]
lto = true
Expand Down

0 comments on commit f0ada3d

Please sign in to comment.