From f71a063dac477a09e649eb0b8655086df3a6cacb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:44:12 +0000 Subject: [PATCH] chore(main): release 0.9.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/flow/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e0550..501f507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.0](https://github.com/OpenX-Inc/flow/compare/v0.8.0...v0.9.0) (2026-07-01) + + +### Features + +* **publish:** Instagram Reels + Facebook publishing via Meta Graph API ([#42](https://github.com/OpenX-Inc/flow/issues/42)) ([0342a08](https://github.com/OpenX-Inc/flow/commit/0342a084967c03a0b7449ea4caa1a6e304e77a67)) + ## [0.8.0](https://github.com/OpenX-Inc/flow/compare/v0.7.0...v0.8.0) (2026-06-30) diff --git a/pyproject.toml b/pyproject.toml index cbb270b..2ddee69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flow" -version = "0.8.0" +version = "0.9.0" description = "Open-source autonomous video generation pipeline. Like Google Flow, but yours." readme = "README.md" license = { text = "MIT" } diff --git a/src/flow/__init__.py b/src/flow/__init__.py index 5d8381d..21c5caa 100644 --- a/src/flow/__init__.py +++ b/src/flow/__init__.py @@ -1,3 +1,3 @@ """Flow — Open-source autonomous video generation pipeline.""" -__version__ = "0.8.0" +__version__ = "0.9.0"