File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.0.2 "
2+ "." : " 0.0.3 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.0.3 (2025-03-26)
4+
5+ Full Changelog: [ v0.0.2...v0.0.3] ( https://github.com/OpenExecProtocol/oxp-go/compare/v0.0.2...v0.0.3 )
6+
7+ ### Chores
8+
9+ * add request options to client tests ([ #6 ] ( https://github.com/OpenExecProtocol/oxp-go/issues/6 ) ) ([ e478bcd] ( https://github.com/OpenExecProtocol/oxp-go/commit/e478bcd482587882013395d08abd22df061b4d12 ) )
10+ * ** docs:** improve security documentation ([ #4 ] ( https://github.com/OpenExecProtocol/oxp-go/issues/4 ) ) ([ 9a98381] ( https://github.com/OpenExecProtocol/oxp-go/commit/9a98381e85ec1abb6297303695a01bf5b0bb0806 ) )
11+
312## 0.0.2 (2025-03-16)
413
514Full Changelog: [ v0.0.1-alpha.0...v0.0.2] ( https://github.com/OpenExecProtocol/oxp-go/compare/v0.0.1-alpha.0...v0.0.2 )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Or to pin the version:
2424<!-- x-release-please-start-version -->
2525
2626``` sh
27- go get -u ' github.com/OpenExecProtocol/oxp-go@v0.0.2 '
27+ go get -u ' github.com/OpenExecProtocol/oxp-go@v0.0.3 '
2828```
2929
3030<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "0.0.2 " // x-release-please-version
5+ const PackageVersion = "0.0.3 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments