diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..89cf07a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## [Unreleased] + +## [0.3.0](https://github.com/bitrouter/swig-sdk/compare/v0.2.0...v0.3.0) + + +### ⛰️ Features + +- Swig session support - ([4e6b5ea](https://github.com/bitrouter/swig-sdk/commit/4e6b5ea203f3016afe2a7d0d55eb28ad67730d76)) +- 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..d2b95d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -952,7 +952,7 @@ dependencies = [ [[package]] name = "bitrouter-swig-sdk" -version = "0.2.0" +version = "0.3.0" dependencies = [ "alloy-primitives", "alloy-signer", diff --git a/Cargo.toml b/Cargo.toml index 7a85444..d4a3791 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitrouter-swig-sdk" -version = "0.2.0" +version = "0.3.0" edition = "2024" authors = ["Archer "] license = "Apache-2.0"