Skip to content

Commit f3180aa

Browse files
authored
Release crate and package version 0.5.0 (#20)
We bump a minor version because we moved from `hpke` 0.9.0 -> 0.10.0 and since this crate re-exports types from `hpke`, its minor version bumps force our minor version to bump.
1 parent 9f577aa commit f3180aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hpke-dispatch"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
description = "runtime algorithmic selection for hybrid public key encryption"
66
license = "MPL-2.0"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hpke",
33
"description": "hybrid public key encryption",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"license": "MPL-2.0",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)