Skip to content

Commit 35bdb07

Browse files
authored
chore(release): prepare v0.1.9
1 parent e159896 commit 35bdb07

8 files changed

Lines changed: 26 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.1.9] - 2026-05-08
4+
5+
### Highlights
6+
7+
- Agent version APIs across Rust, Python, and TypeScript SDKs
8+
- First-class org context support via `X-Org-Id` and `EVERRUNS_ORG_ID`
9+
- Refreshed generated schemas, agent stats support, and maintenance updates
10+
11+
### What's Changed
12+
13+
* feat: adopt upstream agent versions ([#87](https://github.com/everruns/sdk/pull/87)) by @chaliy
14+
* feat: add org context support across SDKs ([#86](https://github.com/everruns/sdk/pull/86)) by @chaliy
15+
* chore(docs): add upstream adoption skill ([#85](https://github.com/everruns/sdk/pull/85)) by @chaliy
16+
* chore(docs): make agent skills canonical ([#84](https://github.com/everruns/sdk/pull/84)) by @chaliy
17+
* chore: periodic maintenance ([#83](https://github.com/everruns/sdk/pull/83)) by @chaliy
18+
19+
**Full Changelog**: https://github.com/everruns/sdk/compare/v0.1.8...v0.1.9
20+
321
## [0.1.8] - 2026-04-15
422

523
### Highlights

python/everruns_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@
112112
"validate_harness_name",
113113
]
114114

115-
__version__ = "0.1.0"
115+
__version__ = "0.1.9"

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "everruns-sdk"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
description = "Python SDK for Everruns API"
55
readme = "README.md"
66
license = "MIT"

python/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "everruns-sdk"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2024"
55
description = "Rust SDK for Everruns API"
66
license = "MIT"

typescript/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@everruns/sdk",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "TypeScript SDK for Everruns API",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)