Skip to content

Commit

Permalink
Bump version to 1.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Nov 4, 2024
1 parent 7efcd86 commit 815cda5
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 15 deletions.
23 changes: 23 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changes

## Version 1.6.0

Released 2024-11-04

- [(#445) Update dependabot.yml to check npm/package-lock.json.](https://github.com/dajiaji/hpke-js/pull/445)
- [(#444) Implement X-Wing experimentally.](https://github.com/dajiaji/hpke-js/pull/444)
- [(#443) Add test for serialize/deserializePrivateKey.](https://github.com/dajiaji/hpke-js/pull/443)
- [(#441) Add */test/runtimes/cloudflare to npm workspaces.](https://github.com/dajiaji/hpke-js/pull/441)
- [(#440) Add vscode setting.](https://github.com/dajiaji/hpke-js/pull/440)
- [(#439) Refine deno task sample:node.](https://github.com/dajiaji/hpke-js/pull/439)
- [(#438) Add samples to npm workspaces.](https://github.com/dajiaji/hpke-js/pull/438)
- [(#437) Add \@group Error for docs.](https://github.com/dajiaji/hpke-js/pull/437)
- [(#437) Remove BaseError.](https://github.com/dajiaji/hpke-js/pull/437)
- [(#436) Change main docs from hpke-js to \@hpke/core.](https://github.com/dajiaji/hpke-js/pull/436)
- [(#435) Remove deno.land from docs.](https://github.com/dajiaji/hpke-js/pull/435)
- [(#433) Implement DhkemX4489HkdfSha512 on @hpke/core.](https://github.com/dajiaji/hpke-js/pull/433)
- [(#432) Disclose base64UrlToBytes on @hpke/common.](https://github.com/dajiaji/hpke-js/pull/432)
- [(#431) Implement DhkemX25519HkdfSha256 on @hpke/core.](https://github.com/dajiaji/hpke-js/pull/431)
- Update devDependencies:
- [(#446) Bump @noble/ciphers to 1.0.0.](https://github.com/dajiaji/hpke-js/pull/446)
- [(#446) Bump @noble/hashes to 1.5.0.](https://github.com/dajiaji/hpke-js/pull/446)
- [(#446) Bump @noble/curves to 1.6.0.](https://github.com/dajiaji/hpke-js/pull/446)

## Version 1.5.0

Released 2024-10-12
Expand Down
5 changes: 2 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@

| Version | Supported |
| ------- | ------------------ |
| 1.6.x | :white_check_mark: |
| 1.5.x | :white_check_mark: |
| 1.4.x | :white_check_mark: |
| 1.3.x | :white_check_mark: |
| < 1.3 | :x: |
| < 1.5 | :x: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion packages/chacha20poly1305/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/chacha20poly1305",
"version": "1.5.0",
"version": "1.6.0",
"exports": "./mod.ts",
"imports": {
"@noble/ciphers": "npm:@noble/ciphers@^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/common",
"version": "1.5.0",
"version": "1.6.0",
"exports": "./mod.ts",
"publish": {
"exclude": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/core",
"version": "1.5.0",
"version": "1.6.0",
"exports": "./mod.ts",
"publish": {
"exclude": [
Expand Down
2 changes: 1 addition & 1 deletion packages/dhkem-secp256k1/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/dhkem-secp256k1",
"version": "1.5.0",
"version": "1.6.0",
"exports": "./mod.ts",
"imports": {
"@noble/curves": "npm:@noble/curves@^1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/dhkem-x25519/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/dhkem-x25519",
"version": "1.5.0",
"version": "1.6.0",
"exports": "./mod.ts",
"imports": {
"@noble/curves": "npm:@noble/curves@^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dhkem-x448/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/dhkem-x448",
"version": "1.5.0",
"version": "1.6.0",
"exports": "./mod.ts",
"imports": {
"@noble/curves": "npm:@noble/curves@^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/hpke-js/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/hpke-js",
"version": "1.5.0",
"version": "1.6.0",
"exports": "./mod.ts",
"imports": {
"@noble/hashes": "npm:@noble/hashes@^1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/hybridkem-x-wing/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/hybridkem-x-wing",
"version": "0.1.0",
"version": "0.2.0",
"exports": "./mod.ts",
"imports": {
"@dajiaji/mlkem": "jsr:@dajiaji/mlkem@^2.2.0",
Expand Down
7 changes: 4 additions & 3 deletions packages/hybridkem-x-wing/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ await build({
name: denoPkg.name,
version: denoPkg.version,
description:
"A Hybrid Public Key Encryption (HPKE) module extension for a hybrid post-quantum KEM, X25519Kyber768Draft00",
"A Hybrid Public Key Encryption (HPKE) module extension for X-Wing: general-purpose hybrid post-quantum KEM.",
repository: {
type: "git",
url: "git+https://github.com/dajiaji/hpke-js.git",
Expand All @@ -49,11 +49,12 @@ await build({
},
keywords: [
"hpke",
"rfc9180",
"kem",
"ml-kem",
"kyber",
"x25519",
"post-quantum",
"pqc",
"x-wing",
"security",
"encryption",
],
Expand Down
2 changes: 1 addition & 1 deletion packages/hybridkem-x25519-kyber768/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpke/hybridkem-x25519-kyber768",
"version": "1.5.0",
"version": "1.6.0",
"exports": "./mod.ts",
"imports": {
"@noble/hashes": "npm:@noble/hashes@^1.5.0"
Expand Down

0 comments on commit 815cda5

Please sign in to comment.