diff --git a/CHANGELOG.md b/CHANGELOG.md index c87b4ef8..da45c439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.3](https://github.com/instantOS/instantCLI/compare/v0.14.2...v0.14.3) - 2026-06-29 + +### Fixed + +- fix home dir on bazzite + +### Other + +- fmt +- add ssh menu +- Merge branch 'dev' of github.com:instantOS/instantCLI into dev +- doc choose + ## [0.14.2](https://github.com/instantOS/instantCLI/compare/v0.14.1...v0.14.2) - 2026-06-23 ### Other diff --git a/Cargo.lock b/Cargo.lock index 98b4d96e..7f0e7c5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1939,7 +1939,7 @@ dependencies = [ [[package]] name = "ins" -version = "0.14.2" +version = "0.14.3" dependencies = [ "age", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index fe0175de..de9e1863 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ins" -version = "0.14.2" +version = "0.14.3" edition = "2024" description = "Instant CLI - command-line utilities" license = "GPL-2.0-only"