Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release notes for v0.5.0 #14

Merged
merged 1 commit into from
Sep 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.5.0-rc
# v0.5.0

## Key Features

Expand All @@ -17,10 +17,15 @@
specified on the argument. Note that even with `keep-empty`, if the last
character is a separator, the last empty values is always drop, as was the
case in the prior versions.
- Update `golang.org/x/tools` package dependency to fix issues in `enumer`
command loading some of the standard packages

## Code changes

## Related issues
- Simplify completion handling and suggestions ([#9](https://github.com/maargenton/go-cli/pull/9))
- Update build scripts, fix windows test issues ([#11](https://github.com/maargenton/go-cli/pull/11))
- Change handling of spaces and empty list values ([#10](https://github.com/maargenton/go-cli/pull/10))
- Fix `enumer` command package loading issues ([#13](https://github.com/maargenton/go-cli/pull/13))


# v0.4.0
Expand Down