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,4 +1,4 @@
{
".": "0.8.0",
".": "0.9.0",
"apps/cli": "0.8.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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<x.y.z> 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"

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.9.0
Loading