From 51ba2953b13f5bf0a3b6fa8ff57a30ee58ab16bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 22:52:04 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ opengateway/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e533c1d..a4383d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.2.0](https://github.com/echohello-dev/opengateway/compare/v0.1.1...v0.2.0) (2026-08-05) + + +### Features + +* db-backed virtual keys and redis rate limiting in the bridge ([#30](https://github.com/echohello-dev/opengateway/issues/30)) ([ac467ec](https://github.com/echohello-dev/opengateway/commit/ac467ec0083b550cd128ccaecb2bf4c6b67375f3)) +* metrics and rate-limit middleware on the mojo server ([#27](https://github.com/echohello-dev/opengateway/issues/27)) ([4443100](https://github.com/echohello-dev/opengateway/commit/4443100f41c642bcf305eee912df7d9e84db3a20)) +* Mojo-on-flare default server with SSE streaming (ADR-003) ([#26](https://github.com/echohello-dev/opengateway/issues/26)) ([3a1778c](https://github.com/echohello-dev/opengateway/commit/3a1778cd4a01a784dca6be62c5e125c5ccb06c17)) +* pass raw upstream SSE chunks through verbatim ([#28](https://github.com/echohello-dev/opengateway/issues/28)) ([deed620](https://github.com/echohello-dev/opengateway/commit/deed620e4489935170a87b5d2d4ab4556e100d1b)) + + +### Documentation + +* compact banner with Mojo flame logo ([#24](https://github.com/echohello-dev/opengateway/issues/24)) ([c633c72](https://github.com/echohello-dev/opengateway/commit/c633c72269a901b68fe21de3933038ad5f29516f)) +* reimagine banner as editorial dashboard (4:1, smaller, stats + sparkline) ([#21](https://github.com/echohello-dev/opengateway/issues/21)) ([008560a](https://github.com/echohello-dev/opengateway/commit/008560abfaff4f22df05e6776430a9264bfd9576)) +* reimagine banner as marketing hero (dashboard mockup + stats) ([#22](https://github.com/echohello-dev/opengateway/issues/22)) ([27e3606](https://github.com/echohello-dev/opengateway/commit/27e36069617f00cb7af5dd87ab37372021f8b0d8)) +* replace ASCII banner with fal.ai-generated image ([#18](https://github.com/echohello-dev/opengateway/issues/18)) ([3ee675d](https://github.com/echohello-dev/opengateway/commit/3ee675d57d80e1a95e601bd482a900b12d32c0d6)) +* replace incorrect ASCII banner with figlet-generated art ([#16](https://github.com/echohello-dev/opengateway/issues/16)) ([6476d5a](https://github.com/echohello-dev/opengateway/commit/6476d5a2daa9335c5ef26b8f18b9cf8488a54424)) +* restyle banner to editorial wordmark (flatter, no icon) ([#20](https://github.com/echohello-dev/opengateway/issues/20)) ([946a169](https://github.com/echohello-dev/opengateway/commit/946a16986a436b37fc194931140721e8a1f14af6)) +* restyle banner, add drop-in + integrations + repo structure ([#19](https://github.com/echohello-dev/opengateway/issues/19)) ([58a8ef4](https://github.com/echohello-dev/opengateway/commit/58a8ef44221ca39b4ebdc233e480d5082dfd9d46)) +* simplify banner to grid + archway logo + wordmark ([#23](https://github.com/echohello-dev/opengateway/issues/23)) ([3f75685](https://github.com/echohello-dev/opengateway/commit/3f756850eec431fa55d8314366586005cfbb9880)) + ## [0.1.1](https://github.com/echohello-dev/opengateway/compare/v0.1.0...v0.1.1) (2026-06-21) diff --git a/opengateway/__init__.py b/opengateway/__init__.py index 485f44a..d3ec452 100644 --- a/opengateway/__init__.py +++ b/opengateway/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.2.0" diff --git a/pyproject.toml b/pyproject.toml index cba9a24..0065232 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "opengateway" -version = "0.1.1" +version = "0.2.0" description = "Open-source AI gateway — all features free, monetised through managed hosting" readme = "README.md" license = {text = "MIT"}