Skip to content

Commit 00eb2b9

Browse files
committed
version bump
1 parent e8e2b00 commit 00eb2b9

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
(modification: no type change headlines) and this project adheres to
66
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 0.4.3 - 2024-06-03
9+
10+
- Add `hashCommitment` to the public API and add new test to demonstrate how to derive a
11+
new commitment using the current API, PR [#51](https://github.com/ethereumjs/verkle-cryptography-wasm/pull/51)
12+
813
## 0.4.2 - 2024-05-15
914

1015
- Updates rust-verkle dependency so that `verifyExecutionProof` returns 0 for node not present,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "verkle-cryptography-wasm",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "Verkle Trie Crytography WASM/TypeScript Bindings",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)