Releases: divviup/hpke-dispatch
Releases · divviup/hpke-dispatch
v0.7.0
This release adds support for the P-384 and P-521 NIST curves.
What's Changed
- Update hpke requirement from 0.11.0 to 0.12.0 by @dependabot in #60
- Add support for P-384 and P-521, prepare new version by @divergentdave in #61
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #45
- Bump Swatinem/rust-cache from 2.6.2 to 2.7.0 by @dependabot in #46
- Enable automerge of dependabot PRs. by @branlwyd in #47
- Update hpke requirement from 0.10.0 to 0.11.0 by @dependabot in #48
- bump version by @jbr in #49
- Bump Swatinem/rust-cache from 2.7.0 to 2.7.1 by @dependabot in #50
- Bump actions/setup-node from 3 to 4 by @dependabot in #51
- dependabot-automerge: only attempt approval of unapproved PRs. by @branlwyd in #52
- Bump follow-redirects from 1.15.1 to 1.15.4 by @dependabot in #53
- Bump Swatinem/rust-cache from 2.7.1 to 2.7.3 by @dependabot in #54
- Bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #55
- Update CODEOWNERS by @divergentdave in #56
- Implement Display for HpkeError newtype by @divergentdave in #57
- Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0 by @dependabot in #58
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #59
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
- Add node_modules to .gitignore by @divergentdave in #21
- Bump Swatinem/rust-cache from 2.0.0 to 2.0.1 by @dependabot in #22
- Bump peaceiris/actions-gh-pages from 3.8.0 to 3.9.0 by @dependabot in #23
- Bump Swatinem/rust-cache from 2.0.1 to 2.1.0 by @dependabot in #24
- Bump Swatinem/rust-cache from 2.1.0 to 2.2.0 by @dependabot in #25
- Bump jetli/wasm-pack-action from 0.3.0 to 0.4.0 by @dependabot in #26
- Bump peaceiris/actions-gh-pages from 3.9.0 to 3.9.1 by @dependabot in #27
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #28
- Bump peaceiris/actions-gh-pages from 3.9.1 to 3.9.2 by @dependabot in #29
- Bump Swatinem/rust-cache from 2.2.0 to 2.2.1 by @dependabot in #30
- Bump peaceiris/actions-gh-pages from 3.9.2 to 3.9.3 by @dependabot in #31
- Update num_enum requirement from 0.5.7 to 0.6.0 by @dependabot in #32
- Bump Swatinem/rust-cache from 2.2.1 to 2.3.0 by @dependabot in #33
- Bump Swatinem/rust-cache from 2.3.0 to 2.4.0 by @dependabot in #34
- Update API token used to publish to crates.io by @tgeoghegan in #35
- Bump Swatinem/rust-cache from 2.4.0 to 2.5.0 by @dependabot in #36
- Bump Swatinem/rust-cache from 2.5.0 to 2.5.1 by @dependabot in #37
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #38
- Bump Swatinem/rust-cache from 2.5.1 to 2.6.0 by @dependabot in #39
- add FromStr representations of kdf, kem, and aead by @jbr in #40
- Bump Swatinem/rust-cache from 2.6.0 to 2.6.1 by @dependabot in #41
- Update num_enum requirement from 0.6.0 to 0.7.0 by @dependabot in #42
- Bump Swatinem/rust-cache from 2.6.1 to 2.6.2 by @dependabot in #43
- bump version to 0.5.1 by @jbr in #44
New Contributors
- @divergentdave made their first contribution in #21
Full Changelog: v0.5.0...v0.5.1
v0.5.0
This release adopts hpke 0.10.0
, which no longer pins a specific version of zeroize
.
What's Changed
- Update hpke requirement from 0.9.0 to 0.10.0 by @dependabot in #19
- Release crate and package version 0.5.0 by @tgeoghegan in #20
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Bump Swatinem/rust-cache from 1.4.0 to 2.0.0 by @dependabot in #13
- add browser build, js tests by @jbr in #12
- include pkg/{node,web}/* in tarball by @jbr in #14
- Always enable
hpke/std
feature (was: Re-exposehpke/std
feature) by @tgeoghegan in #15 - Bump actions/checkout from 2 to 3 by @dependabot in #16
- drop
wee_alloc
dependency by @tgeoghegan in #18 - use wasm-bindgen's fs.readFileSync loader in node by @jbr in #17
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Enable
std
in crate HPKE and release 0.3.0 by @tgeoghegan in #11
Full Changelog: v0.2.1...v0.3.0
v0.2.1
This release is mostly dependency updates and some automation improvements. We are cutting it to test crate publishing.
What's Changed
- Add CODEOWNERS. by @branlwyd in #4
- Add Dependabot config by @tgeoghegan in #5
- Bump peaceiris/actions-gh-pages from 3.4.0 to 3.8.0 by @dependabot in #7
- Bump Swatinem/rust-cache from 1.3.0 to 1.4.0 by @dependabot in #6
- add jbr as a codeowner by @tgeoghegan in #8
- Update hpke requirement from 0.8.0 to 0.9.0 by @dependabot in #9
- Automate crate publishing by @tgeoghegan in #10
New Contributors
- @branlwyd made their first contribution in #4
- @tgeoghegan made their first contribution in #5
- @dependabot made their first contribution in #7
Full Changelog: v0.2.0...v0.2.1