Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.3"
".": "0.7.4"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion insto/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.3" # x-release-please-version
__version__ = "0.7.4" # x-release-please-version
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down