Skip to content

Commit 4eeb58b

Browse files
release: 3.4.0
1 parent cf2b66d commit 4eeb58b

3 files changed

Lines changed: 19 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.3.0"
2+
".": "3.4.0"
33
}

CHANGELOG.md

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

3+
## 3.4.0 (2026-04-06)
4+
5+
Full Changelog: [v3.3.0...v3.4.0](https://github.com/trycourier/courier-cli/compare/v3.3.0...v3.4.0)
6+
7+
### Features
8+
9+
* allow `-` as value representing stdin to binary-only file parameters in CLIs ([a902634](https://github.com/trycourier/courier-cli/commit/a902634508d62e7aeaed7f7a32689e7955e38105))
10+
* better error message if scheme forgotten in CLI `*_BASE_URL`/`--base-url` ([2efc982](https://github.com/trycourier/courier-cli/commit/2efc9824db1675e76ed76ec684ecbb8535cf6a92))
11+
* binary-only parameters become CLI flags that take filenames only ([a9fe67e](https://github.com/trycourier/courier-cli/commit/a9fe67e4100a9d864ca53a6e3340e8ac6b574c1f))
12+
13+
14+
### Chores
15+
16+
* mark all CLI-related tests in Go with `t.Parallel()` ([3fb3d21](https://github.com/trycourier/courier-cli/commit/3fb3d215383204aa49743d2be374636da370afa6))
17+
* modify CLI tests to inject stdout so mutating `os.Stdout` isn't necessary ([cf2b66d](https://github.com/trycourier/courier-cli/commit/cf2b66de2f94d4dbc2dc391e116a6f71548939f8))
18+
* switch some CLI Go tests from `os.Chdir` to `t.Chdir` ([e6cd02b](https://github.com/trycourier/courier-cli/commit/e6cd02bbbbbaf8b7ff84f948d9483977c06cd30a))
19+
320
## 3.3.0 (2026-04-02)
421

522
Full Changelog: [v3.2.0...v3.3.0](https://github.com/trycourier/courier-cli/compare/v3.2.0...v3.3.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.3.0" // x-release-please-version
5+
const Version = "3.4.0" // x-release-please-version

0 commit comments

Comments
 (0)