Skip to content

Commit

Permalink
Release version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Nov 11, 2023
1 parent 4680efe commit fb90e77
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Changelog

### Unreleased
### v1.3.2 (2023-11-11)

* Add support for custom unit definitions: you can now define your own units
in the `~/.config/fend/config.toml` configuration file. For example:
* You can now define your own custom units in the `~/.config/fend/config.toml`
configuration file. For example:

```toml
[[custom-units]]
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.3.1"
version = "1.3.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.3.1", path = "core" }
fend-core = { version = "1.3.2", path = "core" }

[profile.release]
lto = true
Expand Down

0 comments on commit fb90e77

Please sign in to comment.