From 8ada1dca9793fbc66b176baaa41066bb226cb9a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 15:34:40 +0000 Subject: [PATCH] chore(main): release 0.7.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ insto/_version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 657149d..e858b26 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.3" + ".": "0.7.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 38606fd..8b67fb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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.4](https://github.com/subzeroid/insto/compare/v0.7.3...v0.7.4) (2026-05-15) + + +### Added + +* add read-only aiograpi direct commands ([a3ad550](https://github.com/subzeroid/insto/commit/a3ad550f4eb082e3662657f038d7f67820005a15)) + + +### Fixed + +* repair release-please version updater ([80b0e5c](https://github.com/subzeroid/insto/commit/80b0e5c0f34983201f65aa5b608142d0d467d496)) + + +### Documentation + +* refresh aiograpi roadmap ([#3](https://github.com/subzeroid/insto/issues/3)) ([d98d9f7](https://github.com/subzeroid/insto/commit/d98d9f7bc9cecd38aa71f6cb9df458c8b2894bca)) +* update hiker links and home demo ([62bc540](https://github.com/subzeroid/insto/commit/62bc5407bc4ce3a6c99b60b0d0005fb56b859016)) + ## [0.7.3](https://github.com/subzeroid/insto/compare/v0.7.2...v0.7.3) (2026-04-29) diff --git a/insto/_version.py b/insto/_version.py index e7cff9a..1a67edb 100644 --- a/insto/_version.py +++ b/insto/_version.py @@ -1 +1 @@ -__version__ = "0.7.3" # x-release-please-version +__version__ = "0.7.4" # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index 255249d..4411b03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "insto" -version = "0.7.3" +version = "0.7.4" description = "Interactive Instagram OSINT CLI on the HikerAPI backend" readme = "README.md" requires-python = ">=3.11"