From 752d17111c94f6b7a0792f158a5a56f83da74eed Mon Sep 17 00:00:00 2001 From: paperbenni Date: Tue, 23 Jun 2026 21:03:37 +0200 Subject: [PATCH 1/2] chore: release v0.14.2 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 038a2c14..c87b4ef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.2](https://github.com/instantOS/instantCLI/compare/v0.14.1...v0.14.2) - 2026-06-23 + +### Other + +- better deletion root handling +- refactor deletion +- add support for cleaning files when deleted from dotfile repos + ## [0.14.1](https://github.com/instantOS/instantCLI/compare/v0.14.0...v0.14.1) - 2026-06-18 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 31a3fa20..98b4d96e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1939,7 +1939,7 @@ dependencies = [ [[package]] name = "ins" -version = "0.14.1" +version = "0.14.2" dependencies = [ "age", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 7e06bc8b..fe0175de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ins" -version = "0.14.1" +version = "0.14.2" edition = "2024" description = "Instant CLI - command-line utilities" license = "GPL-2.0-only" From 95d0e2068d8aaf29374159c6429b1bbbc9ebd345 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 Jun 2026 23:08:41 +0000 Subject: [PATCH 2/2] chore: sync PKGBUILD version --- pkgbuild/ins/.SRCINFO | 4 ++-- pkgbuild/ins/PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgbuild/ins/.SRCINFO b/pkgbuild/ins/.SRCINFO index d80a837e..f09abe42 100644 --- a/pkgbuild/ins/.SRCINFO +++ b/pkgbuild/ins/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = ins pkgdesc = A powerful command-line tool for managing dotfiles, system diagnostics, and instantOS configurations - pkgver = 0.14.0 + pkgver = 0.14.2 pkgrel = 1 url = https://instantos.io arch = x86_64 @@ -16,7 +16,7 @@ pkgbase = ins optdepends = ntfsprogs: for NTFS partition resize detection (dual-boot) optdepends = ntfs-3g: for mounting Windows NTFS partitions (dual-boot) options = !lto - source = ins-0.14.0.tar.gz::https://github.com/instantOS/instantCLI/archive/refs/tags/v0.14.0.tar.gz + source = ins-0.14.2.tar.gz::https://github.com/instantOS/instantCLI/archive/refs/tags/v0.14.2.tar.gz sha256sums = SKIP pkgname = ins diff --git a/pkgbuild/ins/PKGBUILD b/pkgbuild/ins/PKGBUILD index 272c5347..175ce0d1 100644 --- a/pkgbuild/ins/PKGBUILD +++ b/pkgbuild/ins/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: paperbenni pkgname=ins -pkgver=0.14.0 +pkgver=0.14.2 pkgrel=1 pkgdesc="A powerful command-line tool for managing dotfiles, system diagnostics, and instantOS configurations" arch=('x86_64')