Skip to content
Open
Show file tree
Hide file tree
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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.3](https://github.com/Agent-Card/ai-catalog-cli/compare/v0.2.2...v0.2.3) - 2026-09-17

### Added

- add openssf scoreboard to the repository ([#18](https://github.com/Agent-Card/ai-catalog-cli/pull/18))

### Fixed

- add homebrew ([#13](https://github.com/Agent-Card/ai-catalog-cli/pull/13))

### Other

- add issue templates ([#22](https://github.com/Agent-Card/ai-catalog-cli/pull/22))
- add CONTRIBUTORS.md file ([#19](https://github.com/Agent-Card/ai-catalog-cli/pull/19))
- render and validate WinGet manifests on release ([#16](https://github.com/Agent-Card/ai-catalog-cli/pull/16))
- update Homebrew formula for v0.2.2 ([#15](https://github.com/Agent-Card/ai-catalog-cli/pull/15))

## [0.2.2](https://github.com/Agent-Card/ai-catalog-cli/compare/v0.2.1...v0.2.2) - 2026-09-01

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "Command-line tool for inspecting, validating, and packaging AI Ca
keywords = ["ai", "catalog", "cli", "oci", "validation"]
categories = ["command-line-utilities", "development-tools"]
readme = "README.md"
version = "0.2.2"
version = "0.2.3"
edition = "2024"
license = "Apache-2.0"
repository = "https://github.com/Agent-Card/ai-catalog-cli"
Expand Down