Skip to content

Commit

Permalink
Release version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Jan 23, 2024
1 parent 9960eae commit fb02762
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Changelog

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

* Add ability to convert codepoints to characters, e.g. `97 to character`
(by [@mat-1](https://github.com/mat-1))
* Fix horsepower value (by [@probablykasper](https://github.com/probablykasper))
* Fix license files not being included in the workspace member packages
(`fend-core` etc.) (by [@albertlarsan68](https://github.com/albertlarsan68))

### v1.4.1 (2024-01-07)

* Fix bug where fend could return incorrect results when calculating
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.1"
version = "1.4.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 = "GPL-3.0-or-later"

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

[profile.release]
lto = true
Expand Down

0 comments on commit fb02762

Please sign in to comment.