diff options
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f8ad1..511a774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,10 @@ All changes are from [@nickgerace](https://github.com/nickgerace) unless otherwi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -<!-- The latest version contains all changes. --> + +The latest version contains all changes. + +## [1.4.0] - 2021-06-17 ### Changed @@ -149,7 +149,7 @@ dependencies = [ [[package]] name = "gfold" -version = "1.3.0" +version = "1.4.0" dependencies = [ "ansi_term", "anyhow", @@ -9,7 +9,7 @@ license = "Apache-2.0" name = "gfold" readme = "README.md" repository = "https://github.com/nickgerace/gfold/" -version = "1.3.0" +version = "1.4.0" [dependencies] anyhow = "^1" @@ -27,6 +27,6 @@ lto = true # These applications should not panic often and only read from the filesystem. panic = "abort" -# There is noticeable speed difference from level 3 to 'z' or 's'. +# There is a noticeable speed difference from level 3 to 'z' or 's'. # We need this speed for the user experience. opt-level = 3 |