Skip to content

Commit d71385e

Browse files
chore: release main (#102)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0bdf98f commit d71385e

File tree

5 files changed

+25
-5
lines changed

5 files changed

+25
-5
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"ucan": "0.3.2",
3-
"ucan-key-support": "0.1.6"
2+
"ucan": "0.4.0",
3+
"ucan-key-support": "0.1.7"
44
}

ucan-key-support/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
* dependencies
1717
* ucan bumped from 0.3.1 to 0.3.2
1818

19+
* The following workspace dependencies were updated
20+
* dependencies
21+
* ucan bumped from 0.3.2 to 0.4.0
22+
1923
## [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)
2024

2125

ucan-key-support/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository = "https://github.com/cdata/rs-ucan/"
1414
homepage = "https://github.com/cdata/rs-ucan"
1515
license = "Apache-2.0"
1616
readme = "README.md"
17-
version = "0.1.6"
17+
version = "0.1.7"
1818

1919
[features]
2020
default = []
@@ -28,7 +28,7 @@ log = "0.4"
2828
rsa = "0.9"
2929
p256 = "0.13"
3030
sha2 = { version = "0.10", features = ["oid"] }
31-
ucan = { path = "../ucan", version = "0.3.2" }
31+
ucan = { path = "../ucan", version = "0.4.0" }
3232

3333
[build-dependencies]
3434
npm_rs = "1.0"

ucan/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/ucan-wg/rs-ucan/compare/ucan-v0.3.2...ucan-v0.4.0) (2023-06-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Update capabilites in line with UCAN 0.9/0.10 specs ([#105](https://github.com/ucan-wg/rs-ucan/issues/105))
9+
* Update `fct`/`ucv` layout for 0.10.0 spec ([#108](https://github.com/ucan-wg/rs-ucan/issues/108))
10+
* Support generic hashers in `UcanBuilder` and `ProofChain`. ([#89](https://github.com/ucan-wg/rs-ucan/issues/89))
11+
12+
### Features
13+
14+
* Allow nullable expiry, per 0.9.0 spec. Fixes [#23](https://github.com/ucan-wg/rs-ucan/issues/23) ([#95](https://github.com/ucan-wg/rs-ucan/issues/95)) ([12d4756](https://github.com/ucan-wg/rs-ucan/commit/12d475606da940b64654f17807adf592551982d0))
15+
* Support generic hashers in `UcanBuilder` and `ProofChain`. ([#89](https://github.com/ucan-wg/rs-ucan/issues/89)) ([e057f87](https://github.com/ucan-wg/rs-ucan/commit/e057f87c7b278d18e77b1d3d213656d18b1a2fee))
16+
* Update `fct`/`ucv` layout for 0.10.0 spec ([#108](https://github.com/ucan-wg/rs-ucan/issues/108)) ([ae19741](https://github.com/ucan-wg/rs-ucan/commit/ae197415048da201f7d75bf08cdb010b4f657895))
17+
* Update capabilites in line with UCAN 0.9/0.10 specs ([#105](https://github.com/ucan-wg/rs-ucan/issues/105)) ([0bdf98f](https://github.com/ucan-wg/rs-ucan/commit/0bdf98f9043e753026711fb19449ab0bc6d87fc7))
18+
319
## [0.3.2](https://github.com/ucan-wg/rs-ucan/compare/ucan-v0.3.1...ucan-v0.3.2) (2023-05-25)
420

521

ucan/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/cdata/rs-ucan/"
1313
homepage = "https://github.com/cdata/rs-ucan"
1414
license = "Apache-2.0"
1515
readme = "README.md"
16-
version = "0.3.2"
16+
version = "0.4.0"
1717
edition = "2021"
1818

1919
[features]

0 commit comments

Comments
 (0)