We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40998bb + 0d36e72 commit aad2da3Copy full SHA for aad2da3
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## [v0.3.2](https://github.com/pepabo/onecli/compare/v0.3.1...v0.3.2) - 2025-06-18
4
+- feat: Add pagination support to GetAppUsers and refactor related code by @buty4649 in https://github.com/pepabo/onecli/pull/19
5
+
6
## [v0.3.1](https://github.com/pepabo/onecli/compare/v0.3.0...v0.3.1) - 2025-06-18
7
- fix: suppress double error output by removing redundant error print in main.go by @buty4649 in https://github.com/pepabo/onecli/pull/17
8
version/version.go
@@ -2,5 +2,5 @@ package version
const (
Name string = "onecli"
- Version string = "0.3.1"
+ Version string = "0.3.2"
)
0 commit comments