From ea90c93fad9a0b7a4ccc9e1351850b7223c219e7 Mon Sep 17 00:00:00 2001 From: paperbenni Date: Mon, 23 Feb 2026 10:04:32 +0100 Subject: [PATCH] chore: release v0.13.14 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65990a32..dc69673b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.14](https://github.com/instantOS/instantCLI/compare/v0.13.13...v0.13.14) - 2026-02-23 + +### Fixed + +- fix release (hopefully) +- fix + +### Other + +- something is deeply wrong with github +- make mime preview streaming +- make package previews streaming +- init streaming preview generation + ## [0.13.13](https://github.com/instantOS/instantCLI/compare/v0.13.12...v0.13.13) - 2026-02-22 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 86a9d19a..06ff501b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1188,7 +1188,7 @@ dependencies = [ [[package]] name = "ins" -version = "0.13.13" +version = "0.13.14" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 14b18bc9..93c38f08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ins" -version = "0.13.13" +version = "0.13.14" edition = "2024" description = "Instant CLI - command-line utilities" license = "GPL-2.0-only"