From 8e0f95914f66c3a9f867a09ed95162092239faa1 Mon Sep 17 00:00:00 2001 From: "bitrouter-release-bot[bot]" <267229870+bitrouter-release-bot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 22:42:45 +0000 Subject: [PATCH] chore: release v0.2.1 --- CHANGELOG.md | 21 +++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cb957c2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +## [Unreleased] + +## [0.2.1](https://github.com/bitrouter/swig-sdk/compare/v0.2.0...v0.2.1) + + +### ⛰️ Features + +- Add approve module - ([3359fab](https://github.com/bitrouter/swig-sdk/commit/3359fabc688048714f0549b284f74a034d9a18cc)) +- Add cap enforcement and delegated spl transfer examples - ([fb8c631](https://github.com/bitrouter/swig-sdk/commit/fb8c6319a41b12efa333fe986a52531707d45c4f)) +- Add delegate sol transfer to round trip - ([f801f6a](https://github.com/bitrouter/swig-sdk/commit/f801f6a64e31c502b28b37259de9878b538656e7)) + +### 🚜 Refactor + +- Split integration tests into multiple files - ([1e3bdbf](https://github.com/bitrouter/swig-sdk/commit/1e3bdbf04b07b03ab5eba2150e2500fc6dc6cbab)) + +### ⚙️ Miscellaneous Tasks + +- Add release workflow - ([56af5ad](https://github.com/bitrouter/swig-sdk/commit/56af5adea0caecc7d33861b4a78b1d0eb373e614)) + diff --git a/Cargo.lock b/Cargo.lock index bc15333..99ad3a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -952,7 +952,7 @@ dependencies = [ [[package]] name = "bitrouter-swig-sdk" -version = "0.2.0" +version = "0.2.1" dependencies = [ "alloy-primitives", "alloy-signer", diff --git a/Cargo.toml b/Cargo.toml index 7a85444..176b403 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitrouter-swig-sdk" -version = "0.2.0" +version = "0.2.1" edition = "2024" authors = ["Archer "] license = "Apache-2.0"