From de193353cef150b7d73d1f8c3adbc3b50fa8c33a Mon Sep 17 00:00:00 2001 From: paperbenni Date: Thu, 18 Jun 2026 21:35:26 +0200 Subject: [PATCH] chore: release v0.14.1 --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b242932..038a2c14 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.1](https://github.com/instantOS/instantCLI/compare/v0.14.0...v0.14.1) - 2026-06-18 + +### Fixed + +- fix apt removal thingy + +### Other + +- inline trivial forwarding functions +- add apt support for removal cascade +- make wine save scanning more robust +- add orbit compat + ## [0.14.0](https://github.com/instantOS/instantCLI/compare/v0.13.37...v0.14.0) - 2026-06-14 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index db9b54c5..31a3fa20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1939,7 +1939,7 @@ dependencies = [ [[package]] name = "ins" -version = "0.14.0" +version = "0.14.1" dependencies = [ "age", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 5c85972e..7e06bc8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ins" -version = "0.14.0" +version = "0.14.1" edition = "2024" description = "Instant CLI - command-line utilities" license = "GPL-2.0-only"