Skip to content

Commit 3bfc3e6

Browse files
release: 0.1.0
1 parent da56e1d commit 3bfc3e6

4 files changed

Lines changed: 24 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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-03-07)
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 ([5ce2bc9](https://github.com/agentmail-to/agentmail-go/commit/5ce2bc94c937a98ca071ad0e699d2b9394d0e1fb))
10+
* **api:** api update ([7a7ae6c](https://github.com/agentmail-to/agentmail-go/commit/7a7ae6c5870294b0943cbcff7b4484754917796e))
11+
* **api:** api update ([615f001](https://github.com/agentmail-to/agentmail-go/commit/615f0019126db31bcbd63e798357d5fcbf28f93d))
12+
* **api:** api update ([1f3fe25](https://github.com/agentmail-to/agentmail-go/commit/1f3fe25f2eff567bbe43cadf787380febe7b262d))
13+
* **api:** api update ([44356c9](https://github.com/agentmail-to/agentmail-go/commit/44356c9fe3d1d6a3de4f8af57c503bc734a752d1))
14+
* **api:** api update ([0318ed8](https://github.com/agentmail-to/agentmail-go/commit/0318ed85796fe400cb7eb5ff514a82f1d329a8ed))
15+
* **api:** api update ([f0eb34e](https://github.com/agentmail-to/agentmail-go/commit/f0eb34e57780af79f17644c33e5846fde8dd79a9))
16+
* **api:** api update ([85cfdeb](https://github.com/agentmail-to/agentmail-go/commit/85cfdebb50745d77f35c1682f8803776956bc867))
17+
18+
19+
### Chores
20+
21+
* **internal:** codegen related update ([da56e1d](https://github.com/agentmail-to/agentmail-go/commit/da56e1da0f025a9153af533cd164aca0b12b74a4))

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)