From 9f14a6cc6956745bc7f09d34542a642c8de21318 Mon Sep 17 00:00:00 2001 From: paperbenni Date: Tue, 24 Feb 2026 13:14:36 +0100 Subject: [PATCH 1/2] chore: release v0.13.16 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0325f3e6..89258c92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.16](https://github.com/instantOS/instantCLI/compare/v0.13.15...v0.13.16) - 2026-02-24 + +### Other + +- sync PKGBUILD version +- release v0.13.15 + ## [0.13.15](https://github.com/instantOS/instantCLI/compare/v0.13.14...v0.13.15) - 2026-02-23 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 782a4c4e..c068dd79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1188,7 +1188,7 @@ dependencies = [ [[package]] name = "ins" -version = "0.13.15" +version = "0.13.16" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index a60e5319..df718238 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ins" -version = "0.13.15" +version = "0.13.16" edition = "2024" description = "Instant CLI - command-line utilities" license = "GPL-2.0-only" From e876fa29ed886899fc9a5c987f03ef12a0978d88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 24 Feb 2026 14:48:31 +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 d22c4fdf..4b1c70ad 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.13.15 + pkgver = 0.13.16 pkgrel = 1 url = https://instantos.io arch = x86_64 @@ -14,7 +14,7 @@ pkgbase = ins optdepends = restic: for backup functionality optdepends = kitty: default terminal for scratchpad options = !lto - source = ins-0.13.15.tar.gz::https://github.com/instantOS/instantCLI/archive/refs/tags/v0.13.15.tar.gz + source = ins-0.13.16.tar.gz::https://github.com/instantOS/instantCLI/archive/refs/tags/v0.13.16.tar.gz sha256sums = SKIP pkgname = ins diff --git a/pkgbuild/ins/PKGBUILD b/pkgbuild/ins/PKGBUILD index 869a2c63..abaef201 100644 --- a/pkgbuild/ins/PKGBUILD +++ b/pkgbuild/ins/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: paperbenni pkgname=ins -pkgver=0.13.15 +pkgver=0.13.16 pkgrel=1 pkgdesc="A powerful command-line tool for managing dotfiles, system diagnostics, and instantOS configurations" arch=('x86_64')