Skip to content

Commit 3d3ae09

Browse files
authored
Merge pull request #22 from pepabo/tagpr-from-v0.3.2
Release for v0.4.0
2 parents 88ce6ed + 7c77848 commit 3d3ae09

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## [v0.4.0](https://github.com/pepabo/onecli/compare/v0.3.2...v0.4.0) - 2025-06-30
4+
- fix: trigger release workflow only via workflow_dispatch by @buty4649 in https://github.com/pepabo/onecli/pull/21
5+
- feat: add event_type field to event list output and optimize event type mapping by @buty4649 in https://github.com/pepabo/onecli/pull/23
6+
- Add comprehensive CSV output support by @buty4649 in https://github.com/pepabo/onecli/pull/24
7+
38
## [v0.3.2](https://github.com/pepabo/onecli/compare/v0.3.1...v0.3.2) - 2025-06-18
49
- feat: Add pagination support to GetAppUsers and refactor related code by @buty4649 in https://github.com/pepabo/onecli/pull/19
510

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package version
22

33
const (
44
Name string = "onecli"
5-
Version string = "0.3.2"
5+
Version string = "0.4.0"
66
)

0 commit comments

Comments
 (0)