Skip to content

Commit e06feed

Browse files
release: 0.1.0
1 parent dc10b4d commit e06feed

3 files changed

Lines changed: 34 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-
".": "0.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-04-02)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/Increase/increase-cli/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* allow `-` as value representing stdin to binary-only file parameters in CLIs ([3fb3ad9](https://github.com/Increase/increase-cli/commit/3fb3ad900950561ac7a6a45f50be97a680af0962))
10+
* **api:** api update ([2ca37dc](https://github.com/Increase/increase-cli/commit/2ca37dccd872b339cc77201cf1e7b349dd0efd19))
11+
* **api:** api update ([a75f6ba](https://github.com/Increase/increase-cli/commit/a75f6ba67337b21db18d53f3726b3be54047b6a5))
12+
* **api:** api update ([b802215](https://github.com/Increase/increase-cli/commit/b802215033456369742d20124d3077a12e61bc8d))
13+
* **api:** api update ([44a8c16](https://github.com/Increase/increase-cli/commit/44a8c166b0bc930afa2eba1e1244b468696bd5f6))
14+
* **api:** api update ([b9c0732](https://github.com/Increase/increase-cli/commit/b9c073243aa91a766a7db4a604401f52f4431c38))
15+
* better error message if scheme forgotten in CLI `*_BASE_URL`/`--base-url` ([a6ec976](https://github.com/Increase/increase-cli/commit/a6ec976ce1a9846354377f719e6926493f52f63e))
16+
* binary-only parameters become CLI flags that take filenames only ([cc21dff](https://github.com/Increase/increase-cli/commit/cc21dffca52f9ff543a3a38555742a7ed3cd926a))
17+
18+
19+
### Bug Fixes
20+
21+
* fix for off-by-one error in pagination logic ([d5b8428](https://github.com/Increase/increase-cli/commit/d5b842883d1201fef0db3f2adb768fddbf53c27f))
22+
* handle empty data set using `--format explore` ([ff538ca](https://github.com/Increase/increase-cli/commit/ff538ca7d15fd6f362c169b2f89c3dc9e25a64bc))
23+
* use `RawJSON` when iterating items with `--format explore` in the CLI ([67340d0](https://github.com/Increase/increase-cli/commit/67340d0d26af534f125883c29686fbc5f48470ad))
24+
25+
26+
### Chores
27+
28+
* **internal:** codegen related update ([49ec4a1](https://github.com/Increase/increase-cli/commit/49ec4a16ff861bd0fa104c75a4d63bf40c506847))
29+
* **internal:** codegen related update ([ec2fc1e](https://github.com/Increase/increase-cli/commit/ec2fc1e9a4e0510f30b06632e5f0ce3d6e1ef284))
30+
* switch some CLI Go tests from `os.Chdir` to `t.Chdir` ([dc10b4d](https://github.com/Increase/increase-cli/commit/dc10b4d70b8a31fe785d8a6123136f666f06e3ad))
31+
* **tests:** bump steady to v0.20.1 ([9445bc1](https://github.com/Increase/increase-cli/commit/9445bc1d6dc5c611e1aa90d126e4340c3b62de45))
32+
* **tests:** bump steady to v0.20.2 ([5a976f1](https://github.com/Increase/increase-cli/commit/5a976f142db86f917109f88b06bfd2fc7f0c6e1a))

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 = "0.0.1" // x-release-please-version
5+
const Version = "0.1.0" // x-release-please-version

0 commit comments

Comments
 (0)