Skip to content

Commit

Permalink
Release crate and package version 0.5.0 (#20)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tgeoghegan authored Oct 4, 2022
1 parent 9f577aa commit f3180aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hpke-dispatch"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
description = "runtime algorithmic selection for hybrid public key encryption"
license = "MPL-2.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hpke",
"description": "hybrid public key encryption",
"version": "0.4.0",
"version": "0.5.0",
"license": "MPL-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit f3180aa

Please sign in to comment.