Skip to content

Commit

Permalink
chore: release main (#92)
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 24, 2023
1 parent 27c3628 commit 40172b0
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.0",
"ucan-key-support": "0.1.4"
"ucan": "0.3.1",
"ucan-key-support": "0.1.5"
}
4 changes: 4 additions & 0 deletions ucan-key-support/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
* dependencies
* ucan bumped from 0.2.0 to 0.3.0

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

## [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.4"
version = "0.1.5"

[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.0" }
ucan = { path = "../ucan", version = "0.3.1" }

[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.1](https://github.com/ucan-wg/rs-ucan/compare/ucan-v0.3.0...ucan-v0.3.1) (2023-05-23)


### Features

* add PartialEq, Eq traits to Ucan. Fixes [#90](https://github.com/ucan-wg/rs-ucan/issues/90) ([#91](https://github.com/ucan-wg/rs-ucan/issues/91)) ([27c3628](https://github.com/ucan-wg/rs-ucan/commit/27c36288fc47bd53ab6e8f4c3e8a596714dcc6ff))

## [0.3.0](https://github.com/ucan-wg/rs-ucan/compare/ucan-v0.2.0...ucan-v0.3.0) (2023-05-22)


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.0"
version = "0.3.1"
edition = "2021"

[features]
Expand Down

0 comments on commit 40172b0

Please sign in to comment.