diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 55c86c8..a46f218 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.7" + ".": "0.1.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fd9667b..ddf474d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to insta-dl. 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 are assembled from Conventional Commits by [release-please](https://github.com/googleapis/release-please). +## [0.1.8](https://github.com/subzeroid/insta-dl/compare/v0.1.7...v0.1.8) (2026-06-20) + + +### Documentation + +* add comparison vs instaloader / gallery-dl ([e5443db](https://github.com/subzeroid/insta-dl/commit/e5443db40ef98fec8cee3be64cde8da7f74ca527)) +* post-aiograpi sync — refresh layout, file table, and architecture diagram ([6a73ba8](https://github.com/subzeroid/insta-dl/commit/6a73ba83434d7439f2073776ef7fbd52ef2a2dbb)) + ## [0.1.7](https://github.com/subzeroid/insta-dl/compare/v0.1.6...v0.1.7) (2026-04-25) diff --git a/pyproject.toml b/pyproject.toml index b0c65eb..5daefaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "instagram-dl" -version = "0.1.7" +version = "0.1.8" description = "Async Instagram downloader CLI — profiles, posts, reels, stories, highlights, hashtags, comments. Pluggable backends (HikerAPI / aiograpi)." readme = "README.md" license = { file = "LICENSE" }