Skip to content

Commit 40a89c9

Browse files
release: 3.0.1
1 parent 611067b commit 40a89c9

3 files changed

Lines changed: 15 additions & 2 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-
".": "3.0.0"
2+
".": "3.0.1"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 3.0.1 (2026-03-02)
4+
5+
Full Changelog: [v3.0.0...v3.0.1](https://github.com/trycourier/courier-cli/compare/v3.0.0...v3.0.1)
6+
7+
### Bug Fixes
8+
9+
* **cli:** set go_sdk_package to resolve v4 module path ([c8b39bd](https://github.com/trycourier/courier-cli/commit/c8b39bd082497d823d6872cbc967ee7426610c33))
10+
11+
12+
### Chores
13+
14+
* sync repo ([e6a9cbd](https://github.com/trycourier/courier-cli/commit/e6a9cbd2015d7c7b6d96688b0f81210bc4e22f63))
15+
316
## 3.0.0 (2026-03-02)
417

518
Full Changelog: [v0.0.1...v3.0.0](https://github.com/trycourier/courier-cli/compare/v0.0.1...v3.0.0)

pkg/cmd/version.go

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

33
package cmd
44

5-
const Version = "3.0.0" // x-release-please-version
5+
const Version = "3.0.1" // x-release-please-version

0 commit comments

Comments
 (0)