v0.0.40
What's Changed
- build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 by @dependabot in #107
- Fix typo in test skip message for non-Unix-like platforms by @yshngg in #86
- feat(output): configurable output architecture by @manusa in #109
- feat(output): table output to minimize resource list verbosity by @manusa in #111
- test(output): additional tests for --list-output=table by @manusa in #112
- feat(output)!: default list-output changed from yaml to table by @manusa in #113
- build(deps): bump github.com/mark3labs/mcp-go from 0.31.0 to 0.32.0 by @dependabot in #110
New Contributors
Breaking changes
- Default output for list operations has changed from full serialized YAML into a plain-text, human-readable table.
The previous behavior can be restored by passing the following configuration flag--list-output yaml
Full Changelog: v0.0.39...v0.0.40