Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 20 Jan 13:14
· 18 commits to refs/heads/main since this release
2d3ff78

What's Changed

Feature

Breaking changes

  • Code reorganization (#115) with modules moved to different packages that can cause downstream dependent project import changes :
    • move ./client/ into ./pkg/client/
    • move ./resource/ into ./pkg/resource/
    • move ./schema/ into ./pkg/schema/
    • move ./orderedjson/ into ./internal/orderedjson/
    • move ./printutils/ into ./internal/printutils/
    • move ./utils/ into ./internal/utils/

Chores

Dependency updates