Skip to content

Commit

Permalink
Add release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt committed Aug 7, 2024
1 parent f5aaaba commit 7771a02
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# 0.1.4 (Unreleased)
# 0.1.5 (Unreleased)

# 0.1.4 (7 Aug, 2024)

- fix: Do not skip intermediate hashes in multi-proof [GH-173](https://github.com/ferranbt/fastssz/pull/173)]
- feat: Add dot graph generation [[GH-172](https://github.com/ferranbt/fastssz/pull/172)]
- fix: Fix spurious allocation in hasher.Merkleize [[GH-171](https://github.com/ferranbt/fastssz/pull/171)]
- feat: Increase performance for repeated proving [[GH-168](https://github.com/ferranbt/fastssz/pull/168)]
- fix: Infer size for fixed []byte without tags [[GH-155](https://github.com/ferranbt/fastssz/pull/155)]
- fix: Unmarshaling of fixed sized custom types [[GH-152](https://github.com/ferranbt/fastssz/pull/152)]
- feat: Support list of non-ptr containers [[GH-151](https://github.com/ferranbt/fastssz/pull/151)]
- feat: Support uin32 lists [[GH-149](https://github.com/ferranbt/fastssz/pull/149)]
- fix: Fix chunk count in merkleize [[GH-147](https://github.com/ferranbt/fastssz/pull/147)]
- feat: Add deneb fork to specs [[GH-139](https://github.com/ferranbt/fastssz/pull/139)]
- fix: Sszgen incorrect output for nested []byte types [[GH-127](https://github.com/ferranbt/fastssz/pull/127)]
- fix: Sszgen do not import package references if not used [[GH-137](https://github.com/ferranbt/fastssz/pull/137)]

# 0.1.3 (8 Feb, 2023)

Expand Down
2 changes: 1 addition & 1 deletion sszgen/version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const Version = "0.1.3"
const Version = "0.1.4"

0 comments on commit 7771a02

Please sign in to comment.