We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55fe742 commit 1839ad6Copy full SHA for 1839ad6
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.0.1"
+ ".": "0.0.2"
3
}
CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+## 0.0.2 (2026-03-02)
4
5
+Full Changelog: [v0.0.1...v0.0.2](https://github.com/agentmail-to/agentmail-cli/compare/v0.0.1...v0.0.2)
6
7
+### Chores
8
9
+* sync repo ([3fcf10d](https://github.com/agentmail-to/agentmail-cli/commit/3fcf10d0b9c49193616513db312122c3bc98ef8f))
10
+* update SDK settings ([55fe742](https://github.com/agentmail-to/agentmail-cli/commit/55fe74252155d07e0a1c36233626b3919ce14139))
pkg/cmd/version.go
@@ -2,4 +2,4 @@
package cmd
-const Version = "0.0.1" // x-release-please-version
+const Version = "0.0.2" // x-release-please-version
0 commit comments