Skip to content

v0.25.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 19:09

Highlights

  • Explicit project specification now required: Client initialization now requires projects to be explicitly specified, removing implicit defaults and making project selection more deliberate.
  • CLI and plugin versions bumped: CLI updated to v0.25.0 and plugin to v0.13.0 to support the project requirement changes.
  • Minimum dependency versions raised: npm package now requires CLI floor of v0.24.0 and launcher v0.10.4 to ensure compatibility with the new project handling behavior.

What's Changed

Other changes

  • chore(npm): raise MIN_CLI floor to 0.24.0 (tag verbs), launcher 0.10.4 by @richardwei6 in #108
  • v0.25.0 feat: require explicit projects in clients by @richardwei6 in #105

Full Changelog: v0.24.0...v0.25.0