Skip to content

Commit 299a176

Browse files
release: 0.1.0
1 parent 9445bc1 commit 299a176

3 files changed

Lines changed: 24 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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-03-31)
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+
* **api:** api update ([a75f6ba](https://github.com/Increase/increase-cli/commit/a75f6ba67337b21db18d53f3726b3be54047b6a5))
10+
* **api:** api update ([b802215](https://github.com/Increase/increase-cli/commit/b802215033456369742d20124d3077a12e61bc8d))
11+
* **api:** api update ([44a8c16](https://github.com/Increase/increase-cli/commit/44a8c166b0bc930afa2eba1e1244b468696bd5f6))
12+
* **api:** api update ([b9c0732](https://github.com/Increase/increase-cli/commit/b9c073243aa91a766a7db4a604401f52f4431c38))
13+
14+
15+
### Bug Fixes
16+
17+
* fix for off-by-one error in pagination logic ([d5b8428](https://github.com/Increase/increase-cli/commit/d5b842883d1201fef0db3f2adb768fddbf53c27f))
18+
19+
20+
### Chores
21+
22+
* **tests:** bump steady to v0.20.1 ([9445bc1](https://github.com/Increase/increase-cli/commit/9445bc1d6dc5c611e1aa90d126e4340c3b62de45))

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)