diff --git a/CHANGELOG.md b/CHANGELOG.md index 6294d7a..9010d75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ ## Unreleased -## 1.5.2 (2024-09-15) +## 1.6.0 (2024-09-15) - Add a cli flag named `--skip-first-run-prompt` that disables the welcome message shown on the first launch of tere, which prompts the user to update their shell configuration for proper directory changing functionality. (Thanks to Timon Schelling, Github #104) - Update dependencies +(Originally released as 1.5.2, but this was inconsistent with semver) + ## 1.5.1 (2023-08-24) - Fix output formatting when exiting the app without cd, or when canceling the first run prompt (Thanks @orhun, Github #91, #92) diff --git a/Cargo.lock b/Cargo.lock index 5a7795d..1e5bab3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -565,7 +565,7 @@ dependencies = [ [[package]] name = "tere" -version = "1.5.2" +version = "1.6.0" dependencies = [ "clap", "crokey", diff --git a/Cargo.toml b/Cargo.toml index 22e46ae..fd96953 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tere" -version = "1.5.2" +version = "1.6.0" authors = ["Márton Gunyhó "] edition = "2018" description = "Terminal file explorer"