Skip to content

Commit

Permalink
chore: release main (#101)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 26, 2023
1 parent 6802b5c commit 6509170
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"ucan": "0.3.1",
"ucan-key-support": "0.1.5"
"ucan": "0.3.2",
"ucan-key-support": "0.1.6"
}
4 changes: 4 additions & 0 deletions ucan-key-support/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
* dependencies
* ucan bumped from 0.3.0 to 0.3.1

* The following workspace dependencies were updated
* dependencies
* ucan bumped from 0.3.1 to 0.3.2

## [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)


Expand Down
4 changes: 2 additions & 2 deletions ucan-key-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"
version = "0.1.6"

[features]
default = []
Expand All @@ -28,7 +28,7 @@ log = "0.4"
rsa = "0.8"
p256 = "0.13"
sha2 = { version = "0.10", features = ["oid"] }
ucan = { path = "../ucan", version = "0.3.1" }
ucan = { path = "../ucan", version = "0.3.2" }

[build-dependencies]
npm_rs = "1.0"
Expand Down
7 changes: 7 additions & 0 deletions ucan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.2](https://github.com/ucan-wg/rs-ucan/compare/ucan-v0.3.1...ucan-v0.3.2) (2023-05-25)


### Features

* `fct` and `prf` are now optional fields. Fixes [#98](https://github.com/ucan-wg/rs-ucan/issues/98) ([#99](https://github.com/ucan-wg/rs-ucan/issues/99)) ([6802b5c](https://github.com/ucan-wg/rs-ucan/commit/6802b5c85ce2b16680baa86342e6154896712041))

## [0.3.1](https://github.com/ucan-wg/rs-ucan/compare/ucan-v0.3.0...ucan-v0.3.1) (2023-05-23)


Expand Down
2 changes: 1 addition & 1 deletion ucan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.1"
version = "0.3.2"
edition = "2021"

[features]
Expand Down

0 comments on commit 6509170

Please sign in to comment.