Skip to content
Open
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,3 +1,3 @@
{
".": "0.12.0"
".": "0.13.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.13.0](https://github.com/glassflow/rius-sdk-python/compare/v0.12.0...v0.13.0) (2026-09-04)


### Features

* add cache-token fields to set_usage ([#65](https://github.com/glassflow/rius-sdk-python/issues/65)) ([e1682d1](https://github.com/glassflow/rius-sdk-python/commit/e1682d1f93906134eec7ccdeddb1cd5f44c9f157))
* context-scoped multi-workspace routing (workspace() scope + routing exporter) ([#68](https://github.com/glassflow/rius-sdk-python/issues/68)) ([621fab2](https://github.com/glassflow/rius-sdk-python/commit/621fab2c3e98ce7e8619850bce9dc5e877bac458))

## [0.12.0](https://github.com/glassflow/rius-sdk-python/compare/v0.11.0...v0.12.0) (2026-08-20)


Expand Down
2 changes: 1 addition & 1 deletion src/rius/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""GlassFlow SDK: OpenTelemetry-native tracing for AI agents and LLM apps."""

__version__ = "0.12.0" # x-release-please-version
__version__ = "0.13.0" # x-release-please-version

from .client import GlassflowClient, build_span_exporter, get_tracer, init, register_workspace
from .config import GlassflowConfig, resolve_config
Expand Down