Skip to content

Commit

Permalink
Bump version to 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Sep 15, 2024
1 parent bd6973c commit 8d7c354
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changes

## Version 2.0.1

Released 2024-09-16

- [(#47) Update bench from Kyber to MlKem.](https://github.com/dajiaji/crystals-kyber-js/pull/47)
- [(#46) Rename source files from kyber to mlKem.](https://github.com/dajiaji/crystals-kyber-js/pull/46)
- [(#46) Rename KyberBase to MlKemBase.](https://github.com/dajiaji/crystals-kyber-js/pull/46)
- [(#45) Use oven-sh/setup-bun@v2 for bun CI.](https://github.com/dajiaji/crystals-kyber-js/pull/45)
- [(#44) Add support for Node.js 22.](https://github.com/dajiaji/crystals-kyber-js/pull/38)
- [(#43) Fix typo on README.](https://github.com/dajiaji/crystals-kyber-js/pull/43)

## Version 2.0.0

Released 2024-09-15
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dajiaji/mlkem",
"version": "2.0.0",
"version": "2.0.1",
"exports": "./mod.ts",
"imports": {
"@noble/hashes": "npm:@noble/hashes@^1.5.0"
Expand Down

0 comments on commit 8d7c354

Please sign in to comment.