diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3d2ac0b..10f3091 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 773c117..6cbed3f 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f6e708..e882617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/go.mod b/go.mod index 60dc41f..4bf9900 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index e189250..d6a3e37 100644 --- a/go.sum +++ b/go.sum @@ -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= diff --git a/pkg/cmd/version.go b/pkg/cmd/version.go index 9bb8168..10d2893 100644 --- a/pkg/cmd/version.go +++ b/pkg/cmd/version.go @@ -2,4 +2,4 @@ package cmd -const Version = "0.1.0" // x-release-please-version +const Version = "0.2.0" // x-release-please-version