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.1 "
2+ "." : " 0.1.0 "
33}
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 0.1.0 (2026-03-11)
4+
5+ Full Changelog: [ v0.0.1...v0.1.0] ( https://github.com/agentmail-to/agentmail-go/compare/v0.0.1...v0.1.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ d1431ab] ( https://github.com/agentmail-to/agentmail-go/commit/d1431ab4bef855f403819f88927cb572d1f66cbf ) )
10+ * ** api:** api update ([ 4383ebe] ( https://github.com/agentmail-to/agentmail-go/commit/4383ebe0e61b277bdeae848e6b463e81fdeea45a ) )
11+ * ** api:** api update ([ 3c612cc] ( https://github.com/agentmail-to/agentmail-go/commit/3c612cc9d665a7884c9ccfbd2354068b6c02c693 ) )
12+ * ** api:** api update ([ cee5f2a] ( https://github.com/agentmail-to/agentmail-go/commit/cee5f2a05ecf9c0bf1f4857b592e48873114844b ) )
13+ * ** api:** api update ([ 5ce2bc9] ( https://github.com/agentmail-to/agentmail-go/commit/5ce2bc94c937a98ca071ad0e699d2b9394d0e1fb ) )
14+ * ** api:** api update ([ 7a7ae6c] ( https://github.com/agentmail-to/agentmail-go/commit/7a7ae6c5870294b0943cbcff7b4484754917796e ) )
15+ * ** api:** api update ([ 615f001] ( https://github.com/agentmail-to/agentmail-go/commit/615f0019126db31bcbd63e798357d5fcbf28f93d ) )
16+ * ** api:** api update ([ 1f3fe25] ( https://github.com/agentmail-to/agentmail-go/commit/1f3fe25f2eff567bbe43cadf787380febe7b262d ) )
17+ * ** api:** api update ([ 44356c9] ( https://github.com/agentmail-to/agentmail-go/commit/44356c9fe3d1d6a3de4f8af57c503bc734a752d1 ) )
18+ * ** api:** api update ([ 0318ed8] ( https://github.com/agentmail-to/agentmail-go/commit/0318ed85796fe400cb7eb5ff514a82f1d329a8ed ) )
19+ * ** api:** api update ([ f0eb34e] ( https://github.com/agentmail-to/agentmail-go/commit/f0eb34e57780af79f17644c33e5846fde8dd79a9 ) )
20+ * ** api:** api update ([ 85cfdeb] ( https://github.com/agentmail-to/agentmail-go/commit/85cfdebb50745d77f35c1682f8803776956bc867 ) )
21+
22+
23+ ### Chores
24+
25+ * ** ci:** skip uploading artifacts on stainless-internal branches ([ 18d2f1c] ( https://github.com/agentmail-to/agentmail-go/commit/18d2f1c0a25d2c4734d69e5b39c9c050a41c9fa4 ) )
26+ * ** internal:** codegen related update ([ da56e1d] ( https://github.com/agentmail-to/agentmail-go/commit/da56e1da0f025a9153af533cd164aca0b12b74a4 ) )
27+ * ** internal:** minor cleanup ([ c565a6f] ( https://github.com/agentmail-to/agentmail-go/commit/c565a6fa721568de3cfce3df9de5ad0db5020cd9 ) )
28+ * ** internal:** use explicit returns ([ d80367f] ( https://github.com/agentmail-to/agentmail-go/commit/d80367f22996780f0786aa3af7e739b7c5dc5aaa ) )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Or to pin the version:
2828<!-- x-release-please-start-version -->
2929
3030``` sh
31- go get -u ' github.com/agentmail-to/agentmail-go@v0.0.1 '
31+ go get -u ' github.com/agentmail-to/agentmail-go@v0.1.0 '
3232```
3333
3434<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "0.0.1 " // x-release-please-version
5+ const PackageVersion = "0.1.0 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments