diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..64f3cdd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f3f794..a30a33c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.8.0](https://github.com/glassflow/rius-sdk-python/compare/v0.7.0...v0.8.0) (2026-08-05) + + +### ⚠ BREAKING CHANGES + +* rebrand SDK to glassflow-rius, import rius ([#44](https://github.com/glassflow/rius-sdk-python/issues/44)) + +### Features + +* rebrand SDK to glassflow-rius, import rius ([#44](https://github.com/glassflow/rius-sdk-python/issues/44)) ([82c91c1](https://github.com/glassflow/rius-sdk-python/commit/82c91c1f644ca31e53bc2737e8cf2326dfa1aba6)) + + +### Documentation + +* update readme title ([#46](https://github.com/glassflow/rius-sdk-python/issues/46)) ([4ae480a](https://github.com/glassflow/rius-sdk-python/commit/4ae480a626b4175789bac652bf9767bcbe50a705)) + ## [0.7.0](https://github.com/glassflow/glassflow-python/compare/v0.6.0...v0.7.0) (2026-08-04) diff --git a/src/rius/__init__.py b/src/rius/__init__.py index 32ef91d..36781b3 100644 --- a/src/rius/__init__.py +++ b/src/rius/__init__.py @@ -1,6 +1,6 @@ """GlassFlow SDK: OpenTelemetry-native tracing for AI agents and LLM apps.""" -__version__ = "0.7.0" # x-release-please-version +__version__ = "0.8.0" # x-release-please-version from .client import GlassflowClient, build_span_exporter, get_tracer, init from .config import GlassflowConfig, resolve_config