Skip to content

Commit

Permalink
Release version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Dec 27, 2023
1 parent 80d63f6 commit f96fe80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Changelog

### Unreleased
### v1.4.0 (2023-12-27)

* The license of fend has changed. As of v1.4.0, fend is available under
the GPL 3.0 (or later). See
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.3"
version = "1.4.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 = "GPL-3.0-or-later"

[workspace.dependencies]
fend-core = { version = "1.3.3", path = "core" }
fend-core = { version = "1.4.0", path = "core" }

[profile.release]
lto = true
Expand Down

0 comments on commit f96fe80

Please sign in to comment.