From 6d0a68d22bb0b537664a9d97bf3bae3ce660b4a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 23:24:57 +0000 Subject: [PATCH] chore(main): release 0.7.12 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ insto/_version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7eea51c..4ac26cd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.11" + ".": "0.7.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 47b3039..8e08fc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to insto. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); versioning follows [SemVer](https://semver.org/spec/v2.0.0.html). Entries from 0.1.1 onward will be assembled from Conventional Commits by [release-please](https://github.com/googleapis/release-please). +## [0.7.12](https://github.com/subzeroid/insto/compare/v0.7.11...v0.7.12) (2026-05-27) + + +### Added + +* interactive theme picker with live banner preview ([#32](https://github.com/subzeroid/insto/issues/32)) ([d2ef14f](https://github.com/subzeroid/insto/commit/d2ef14ff0961c80b0a6292ba16b8ba9010146f2f)) +* per-theme descriptions + accent colour in /theme completion ([#34](https://github.com/subzeroid/insto/issues/34)) ([9335457](https://github.com/subzeroid/insto/commit/9335457e7510e43e8db44f62420745df0114417b)) + ## [0.7.11](https://github.com/subzeroid/insto/compare/v0.7.10...v0.7.11) (2026-05-27) diff --git a/insto/_version.py b/insto/_version.py index 4350ee9..3e210a0 100644 --- a/insto/_version.py +++ b/insto/_version.py @@ -1 +1 @@ -__version__ = "0.7.11" # x-release-please-version +__version__ = "0.7.12" # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index 20c0d3d..06f4167 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "insto" -version = "0.7.11" +version = "0.7.12" description = "Interactive Instagram OSINT CLI on the HikerAPI backend" readme = "README.md" requires-python = ">=3.11"