From 85c115d69fbbd61072433e27370a9da28598f222 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 1 Apr 2026 22:35:46 +0000 Subject: [PATCH] chore(release): prepare v0.1.6 --- CHANGELOG.md | 16 ++++++++++++++++ python/pyproject.toml | 2 +- rust/Cargo.toml | 2 +- typescript/package.json | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06756e8..735134b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.1.6] - 2026-04-01 + +### Highlights + +- Session secrets API for managing secrets within sessions +- Connections API for managing external service connections +- Dependency upgrades across all SDKs + +### What's Changed + +* feat(rust,python,typescript): add session secrets API ([#69](https://github.com/everruns/sdk/pull/69)) by @mchalyi +* feat(rust,python,typescript): add connections API ([#68](https://github.com/everruns/sdk/pull/68)) by @mchalyi +* chore(rust,python,typescript): upgrade dependencies across all SDKs ([#70](https://github.com/everruns/sdk/pull/70)) by @mchalyi + +**Full Changelog**: https://github.com/everruns/sdk/compare/v0.1.5...v0.1.6 + ## [0.1.5] - 2026-03-21 ### Highlights diff --git a/python/pyproject.toml b/python/pyproject.toml index d2b34dc..49c7801 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "everruns-sdk" -version = "0.1.5" +version = "0.1.6" description = "Python SDK for Everruns API" readme = "README.md" license = "MIT" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index a1af4cf..79b8c32 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "everruns-sdk" -version = "0.1.5" +version = "0.1.6" edition = "2024" description = "Rust SDK for Everruns API" license = "MIT" diff --git a/typescript/package.json b/typescript/package.json index e4eaea9..4bdccbe 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@everruns/sdk", - "version": "0.1.5", + "version": "0.1.6", "description": "TypeScript SDK for Everruns API", "main": "dist/index.js", "types": "dist/index.d.ts",