Skip to content

Commit

Permalink
new release (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 authored May 14, 2024
1 parent 4f60f7c commit 05b7fb4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
(modification: no type change headlines) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.4.1 - 2024-05-14

- Update `rust-verkle` dependency, PR [#45](https://github.com/ethereumjs/verkle-cryptography-wasm/pull/45)
- Add method to public API to verify prestate in execution witness, PR [#44](https://github.com/ethereumjs/verkle-cryptography-wasm/pull/44)

## 0.4.0 - 2024-04-02

- Update `getTreeKey` to use `hashCommitment` following latest spec,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verkle-cryptography-wasm",
"version": "0.4.0",
"version": "0.4.1",
"description": "Verkle Trie Crytography WASM/TypeScript Bindings",
"keywords": [
"ethereum",
Expand Down

0 comments on commit 05b7fb4

Please sign in to comment.