Skip to content

Commit

Permalink
Release version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Apr 3, 2023
1 parent 22b9e2d commit e6f79da
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changelog

### v1.1.6 (2023-04-03)

* Add cup, tablespoon and teaspoon units (by [@elcste](https://github.com/elcste))
* Add `bin` alias for binary (by [@xfnw](https://github.com/xfnw))
* Change the internal implementation of exchange rate handlers (by [@SekoiaTree](https://github.com/SekoiaTree))
* Fix unit test failures on 32-bit systems

### v1.1.5 (2023-02-06)

* Add `@no_trailing_newline` attribute, which causes fend to not print a trailing
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 @@ -2,7 +2,7 @@
members = ["cli", "core", "wasm"]

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

[workspace.dependencies]
fend-core = { version = "1.1.5", path = "core" }
fend-core = { version = "1.1.6", path = "core" }

[profile.release]
lto = true
Expand Down

0 comments on commit e6f79da

Please sign in to comment.