From cc8f173fa49792d8c768197a094a25919b2bf6b9 Mon Sep 17 00:00:00 2001 From: Josh Panka Date: Tue, 1 Sep 2026 14:20:01 -0400 Subject: [PATCH] chore(main): release 0.9.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- version.txt | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 535bd80a..2bace380 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.8.0", + ".": "0.9.0", "apps/cli": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 72f37943..0facb74f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project aims to follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.0](https://github.com/obris-dev/openmagpie/compare/v0.8.0...v0.9.0) (2026-09-01) + + +### ✨ Features + +* **sources:** add YouTube search connector (yt-dlp) ([#177](https://github.com/obris-dev/openmagpie/issues/177)) ([eba9c80](https://github.com/obris-dev/openmagpie/commit/eba9c8046a4076c04469e4d5951415d51852a578)) +* **sources:** X/Twitter social listening (twikit connector) + README update ([#175](https://github.com/obris-dev/openmagpie/issues/175)) ([8eb500a](https://github.com/obris-dev/openmagpie/commit/8eb500a2cf660153fb348fd28809ebad84034496)) + + +### 🐛 Bug Fixes + +* **sources:** twitter/youtube connector follow-ups (session config, rate limits, docs) ([#180](https://github.com/obris-dev/openmagpie/issues/180)) ([c08bcae](https://github.com/obris-dev/openmagpie/commit/c08bcae4c985fbcd57607ac838ffac0e406917e0)) + ## [0.8.0](https://github.com/obris-dev/openmagpie/compare/v0.7.0...v0.8.0) (2026-07-23) diff --git a/pyproject.toml b/pyproject.toml index 2b168b73..fd7ef9c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ name = "openmagpie-suite" # (see release-please-config.json extra-files) so the two never drift. The root # is never published, so this value is informational - the real source of truth # for a release is the v git tag. -version = "0.8.0" # x-release-please-version +version = "0.9.0" # x-release-please-version description = "OpenMagpie monorepo (uv workspace root; no code of its own)." requires-python = ">=3.13" diff --git a/version.txt b/version.txt index a3df0a69..ac39a106 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.8.0 +0.9.0