diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..db50077 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [1.2.0](https://github.com/Universal-Commerce-Protocol/ucp-schema/compare/v1.1.0...v1.2.0) (2026-03-10) + + +### Features + +* add --include-future flag to resolve ([#19](https://github.com/Universal-Commerce-Protocol/ucp-schema/issues/19)) ([86bd728](https://github.com/Universal-Commerce-Protocol/ucp-schema/commit/86bd72876a1e5b05beba554d83d8a2ec8dce48bf)) +* add conventional commits workflow ([#11](https://github.com/Universal-Commerce-Protocol/ucp-schema/issues/11)) ([ab1a15e](https://github.com/Universal-Commerce-Protocol/ucp-schema/commit/ab1a15eb177bd633a83a55e705a2735534e091c3)) +* add GitHub Action to publish to crates.io on tag push ([#13](https://github.com/Universal-Commerce-Protocol/ucp-schema/issues/13)) ([cc0ac77](https://github.com/Universal-Commerce-Protocol/ucp-schema/commit/cc0ac779d05a3e78a858d484a450661307251f93)) +* type conflict detection & extension visibility control ([#16](https://github.com/Universal-Commerce-Protocol/ucp-schema/issues/16)) ([26b46b4](https://github.com/Universal-Commerce-Protocol/ucp-schema/commit/26b46b4a3d4333d270100dc27abe20fc5f929d86)) +* validate `requires` constraints on extension schemas ([#20](https://github.com/Universal-Commerce-Protocol/ucp-schema/issues/20)) ([66e3bb7](https://github.com/Universal-Commerce-Protocol/ucp-schema/commit/66e3bb77d56f6c8a8ddeefa6ed368dbfa1a59e92)) diff --git a/Cargo.lock b/Cargo.lock index 66e3682..6a36847 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1751,7 +1751,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "ucp-schema" -version = "1.1.0" +version = "1.2.0" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5d4deaa..aef8093 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ucp-schema" -version = "1.1.0" +version = "1.2.0" edition = "2021" license = "Apache-2.0" description = "Runtime resolution of UCP schema annotations"