diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5ecd0cb..8be9956 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.13" + ".": "0.7.14" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb0f3a..fd7b2f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.14](https://github.com/subzeroid/insto/compare/v0.7.13...v0.7.14) (2026-05-31) + + +### Documentation + +* refresh release documentation for v0.7.13 ([#38](https://github.com/subzeroid/insto/issues/38)) ([95e607c](https://github.com/subzeroid/insto/commit/95e607c03ae83db03243acb9acc49c2f6eb6072b)) + ## [0.7.13](https://github.com/subzeroid/insto/compare/v0.7.12...v0.7.13) (2026-05-28) diff --git a/insto/_version.py b/insto/_version.py index 301a7ae..6ab771e 100644 --- a/insto/_version.py +++ b/insto/_version.py @@ -1 +1 @@ -__version__ = "0.7.13" # x-release-please-version +__version__ = "0.7.14" # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index ab9cb32..ba5b859 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "insto" -version = "0.7.13" +version = "0.7.14" description = "Interactive Instagram OSINT CLI on the HikerAPI backend" readme = "README.md" requires-python = ">=3.11"