Releases: pepabo/onecli
Releases · pepabo/onecli
v0.4.0
v0.3.2
What's Changed
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- feat: add --detail flag to app list command by @buty4649 in #6
- Add golangci-lint configuration and update version by @buty4649 in #7
- Enable dependabot by @buty4649 in #8
- deps(deps): bump github.com/spf13/cobra from 1.8.0 to 1.9.1 by @dependabot in #10
- Use tagpr by @buty4649 in #12
- deps(deps): bump github.com/goccy/go-yaml from 1.17.1 to 1.18.0 by @dependabot in #11
- Remove commit-message prefix/include by @buty4649 in #13
- Use GitHub App token by @buty4649 in #15
- deps(deps): bump github.com/onelogin/onelogin-go-sdk/v4 from 4.1.0 to 4.6.1 by @dependabot in #9
New Contributors
- @dependabot made their first contribution in #10
- @github-actions made their first contribution in #14
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Changelog
- 70e9d3d Add GitHub Actions workflow for Go tests
- 85f3183 Add SetUserState method to activate user and update last login on creation
- b533e99 Fix CreateUser request format to match OneLogin API requirements
- 068f14a Remove coverage
- c15db9a Set user status to active and last login to current time in CreateUser method
- 16201f3 Update README
- 41912eb feat: update goreleaser configuration
- 41ce998 fix: add username field to created user and update error message in tests
- 9ad4101 update
- 46e8a2e v0.2.0
v0.1.0
Changelog
- 6d87a5a Implement user email modification command
- 793bc27 Initial commit
- 24f96ff Initialil commit
- 26b039e Use goreleaser
- a7d2709 feat: add pagination support
- 28983c7 feat: add query parameter support for user list command
- a33fe7a feat: add version command to display version number
- 9131dd6 feat: add version flag to display version information