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" 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')