Skip to content

chore: release v0.2.0 - #5

Merged
adamtagscherer merged 1 commit into
mainfrom
release-plz-2026-08-11T13-51-03Z
Aug 14, 2026
Merged

chore: release v0.2.0#5
adamtagscherer merged 1 commit into
mainfrom
release-plz-2026-08-11T13-51-03Z

Conversation

@build-agntcy

@build-agntcy build-agntcy commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • ai-catalog-cli: 0.1.0 -> 0.2.0 (⚠ API breaking changes)

ai-catalog-cli breaking changes

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/function_missing.ron

Failed in:
  function ai_catalog_cli::resolver::make_entry_metadata, previously in file /tmp/.tmpuLPokz/ai-catalog-cli/src/resolver.rs:488

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/function_parameter_count_changed.ron

Failed in:
  ai_catalog_cli::commands::pull::execute now takes 4 parameters instead of 2, in /tmp/.tmp2HHOi2/ai-catalog-cli/src/commands/pull.rs:26
  ai_catalog_cli::commands::oci_show::execute now takes 3 parameters instead of 2, in /tmp/.tmp2HHOi2/ai-catalog-cli/src/commands/oci_show.rs:13
  ai_catalog_cli::commands::oci_pull::execute now takes 3 parameters instead of 2, in /tmp/.tmp2HHOi2/ai-catalog-cli/src/commands/oci_pull.rs:14
  ai_catalog_cli::commands::show::execute now takes 4 parameters instead of 3, in /tmp/.tmp2HHOi2/ai-catalog-cli/src/commands/show.rs:21
Changelog

0.2.0 - 2026-08-14

Added

  • adopt SDK 0.2.0 and rework the consumer demo (#7)

Fixed

  • example catalog, bare path support, inline data pull/show, and refactor (#6)

Other

  • add --media-type, URI-based scope, SKILL.md (#4)


This PR was generated with release-plz.

@build-agntcy
build-agntcy requested review from a team as code owners August 11, 2026 13:51
@build-agntcy
build-agntcy requested a review from micpapal August 11, 2026 13:51
@build-agntcy
build-agntcy force-pushed the release-plz-2026-08-11T13-51-03Z branch 2 times, most recently from 1be4b4a to dffcc39 Compare August 14, 2026 10:43
Signed-off-by: Adam Tagscherer <adam.tagscherer@gmail.com>
@adamtagscherer
adamtagscherer force-pushed the release-plz-2026-08-11T13-51-03Z branch from dffcc39 to 3d4abcf Compare August 14, 2026 10:49
@adamtagscherer
adamtagscherer merged commit bcba2e2 into main Aug 14, 2026
3 checks passed
@adamtagscherer
adamtagscherer deleted the release-plz-2026-08-11T13-51-03Z branch August 14, 2026 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants