Skip to content

Commit

Permalink
Release version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Oct 16, 2023
1 parent 63ac47d commit aafc334
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## Changelog

### v1.3.0 (2023-10-16)

* Support loading exchange rates from the UN treasury, which supports more
currencies than the European Central Bank. This can be configured via
the new `exchange-rate-source` option. (by [@Markos-Th09](https://github.com/Markos-Th09))
* Exchange rates are now available in fend-web (by [@Markos-Th09](https://github.com/Markos-Th09))
* Support complex numbers in many more situations, including trigonometric
functions, logarithms, exponentiation, etc.
(by [@Markos-Th09](https://github.com/Markos-Th09))
* Add support for unit prefixes for parsecs (e.g. `Mpc`)

### v1.2.2 (2023-09-14)

* Add crate features to control the TLS implementation: enabling `native-tls`
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.2.2"
version = "1.3.0"
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.2.2", path = "core" }
fend-core = { version = "1.3.0", path = "core" }

[profile.release]
lto = true
Expand Down

0 comments on commit aafc334

Please sign in to comment.