Skip to content

Commit 757e9d5

Browse files
release: 0.1.0
1 parent d80367f commit 757e9d5

4 files changed

Lines changed: 31 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 -->

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package internal
44

5-
const PackageVersion = "0.0.1" // x-release-please-version
5+
const PackageVersion = "0.1.0" // x-release-please-version

0 commit comments

Comments
 (0)