Skip to content

Commit

Permalink
New v0.2.0 Release (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 authored Mar 8, 2024
1 parent 63951ae commit 347945a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.2.0 - 2024-03-08

- Limit API exposure to FFI, PR [#32](https://github.com/ethereumjs/verkle-cryptography-wasm/pull/32)

## 0.1.1 - 2024-03-07

- Additionally expose `VerkleFFI` and `getTreeKeyHash()`
Expand Down
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.1.1",
"version": "0.2.0",
"description": "Verkle Trie Crytography WASM/TypeScript Bindings",
"keywords": [
"ethereum",
Expand Down

0 comments on commit 347945a

Please sign in to comment.