diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 50fd441e..c9c11c96 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "ucan": "0.1.2", - "ucan-key-support": "0.1.2" + "ucan": "0.2.0", + "ucan-key-support": "0.1.3" } diff --git a/ucan-key-support/CHANGELOG.md b/ucan-key-support/CHANGELOG.md index 4306fed0..52e4d048 100644 --- a/ucan-key-support/CHANGELOG.md +++ b/ucan-key-support/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +* The following workspace dependencies were updated + * dependencies + * ucan bumped from 0.1.2 to 0.2.0 + ## [0.1.2](https://github.com/ucan-wg/rs-ucan/compare/ucan-key-support-v0.1.1...ucan-key-support-v0.1.2) (2023-04-22) diff --git a/ucan-key-support/Cargo.toml b/ucan-key-support/Cargo.toml index de5b88b1..b8494da6 100644 --- a/ucan-key-support/Cargo.toml +++ b/ucan-key-support/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/cdata/rs-ucan/" homepage = "https://github.com/cdata/rs-ucan" license = "Apache-2.0" readme = "README.md" -version = "0.1.2" +version = "0.1.3" [features] default = [] @@ -28,7 +28,7 @@ log = "0.4" rsa = "0.8" p256 = "0.13" sha2 = { version = "0.10", features = ["oid"] } -ucan = { path = "../ucan", version = "0.1.2" } +ucan = { path = "../ucan", version = "0.2.0" } [build-dependencies] npm_rs = "1.0" diff --git a/ucan/CHANGELOG.md b/ucan/CHANGELOG.md index 34c2c4c9..328cd9c4 100644 --- a/ucan/CHANGELOG.md +++ b/ucan/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.2.0](https://github.com/ucan-wg/rs-ucan/compare/ucan-v0.1.2...ucan-v0.2.0) (2023-05-04) + + +### ⚠ BREAKING CHANGES + +* Custom 'now' for proof chain validation ([#83](https://github.com/ucan-wg/rs-ucan/issues/83)) + +### Features + +* Custom 'now' for proof chain validation ([#83](https://github.com/ucan-wg/rs-ucan/issues/83)) ([1732a89](https://github.com/ucan-wg/rs-ucan/commit/1732a8911b67546f446126e4d469126f61769b44)) + ## [0.1.2](https://github.com/ucan-wg/rs-ucan/compare/ucan-v0.1.1...ucan-v0.1.2) (2023-04-22) diff --git a/ucan/Cargo.toml b/ucan/Cargo.toml index ee19dea2..eb89f565 100644 --- a/ucan/Cargo.toml +++ b/ucan/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/cdata/rs-ucan/" homepage = "https://github.com/cdata/rs-ucan" license = "Apache-2.0" readme = "README.md" -version = "0.1.2" +version = "0.2.0" edition = "2021" [features]