Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 62
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/agentmail%2Fagentmail-2481bfc63c4c9fa16c58f07d8a23b37ca8ce6360ae1de8f7cb864b762b6cb4dd.yml
openapi_spec_hash: caa7650be0b2ab945b63b1361f457873
config_hash: ba02f7eb25235b67ccc3e6c760ecb7fa
config_hash: 907d9e93c34825284de10dc22fb4f97f
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.2.0 (2026-03-02)

Full Changelog: [v0.1.0...v0.2.0](https://github.com/agentmail-to/agentmail-cli/compare/v0.1.0...v0.2.0)

### Features

* **api:** api update ([a599bfb](https://github.com/agentmail-to/agentmail-cli/commit/a599bfbc932459617c482162c77bbe218315fc5a))

## 0.1.0 (2026-03-02)

Full Changelog: [v0.0.2...v0.1.0](https://github.com/agentmail-to/agentmail-cli/compare/v0.0.2...v0.1.0)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/goccy/go-yaml v1.18.0
github.com/itchyny/json2yaml v0.1.4
github.com/muesli/reflow v0.3.0
github.com/stainless-sdks/agentmail-go v0.0.0-20260302212754-451fe612a586
github.com/stainless-sdks/agentmail-go v0.0.0-20260302214456-ff63d340c29b
github.com/stretchr/testify v1.10.0
github.com/tidwall/gjson v1.18.0
github.com/tidwall/pretty v1.2.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/stainless-sdks/agentmail-go v0.0.0-20260302212754-451fe612a586 h1:YVtbE774v156L0hGaYGkrsxGcLjqwsByz4ScQnUkS5o=
github.com/stainless-sdks/agentmail-go v0.0.0-20260302212754-451fe612a586/go.mod h1:RIuR1m+b800IUa/ZOW/wLQcccjTMxuYnEWVxXvPTq0M=
github.com/stainless-sdks/agentmail-go v0.0.0-20260302214456-ff63d340c29b h1:64e1HHk9c3XqnMUuRJCBQCe49DxkOJMhphvK6gOVt5A=
github.com/stainless-sdks/agentmail-go v0.0.0-20260302214456-ff63d340c29b/go.mod h1:RIuR1m+b800IUa/ZOW/wLQcccjTMxuYnEWVxXvPTq0M=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/tidwall/gjson v1.14.2/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package cmd

const Version = "0.1.0" // x-release-please-version
const Version = "0.2.0" // x-release-please-version
Loading