Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages/as-sha256": "0.5.0",
"packages/persistent-merkle-tree": "0.8.0",
"packages/persistent-ts": "0.19.1",
"packages/ssz": "0.18.0"
"packages/ssz": "0.19.0"
}
12 changes: 12 additions & 0 deletions packages/as-sha256/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.0](https://github.com/chainsafe/ssz/compare/as-sha256-v0.5.0...as-sha256-v0.5.0) (2025-01-15)


### Features

* non simd sha256 for incompatible systems ([#427](https://github.com/chainsafe/ssz/issues/427)) ([9729005](https://github.com/chainsafe/ssz/commit/9729005ab0fd401c30e999b20133c4bb6373ded6))


### Bug Fixes

* add homepage/repo etc to as-sha256 package.json ([#401](https://github.com/chainsafe/ssz/issues/401)) ([1dc50ef](https://github.com/chainsafe/ssz/commit/1dc50ef2985a03c315bbce44165cd271a4a6e2df))

## [0.5.0](https://github.com/ChainSafe/ssz/compare/as-sha256-v0.5.0...as-sha256-v0.5.0) (2024-10-15)


Expand Down
10 changes: 10 additions & 0 deletions packages/persistent-merkle-tree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @chainsafe/as-sha256 bumped to 0.4.2

## [0.8.0](https://github.com/chainsafe/ssz/compare/persistent-merkle-tree-v0.8.0...persistent-merkle-tree-v0.8.0) (2025-01-15)


### Features

* implement merkleizeBlockArray ([#421](https://github.com/chainsafe/ssz/issues/421)) ([e58781f](https://github.com/chainsafe/ssz/commit/e58781feb7c9a956b66f1109fc639bdb86326293))
* implement ViewDU.batchHashTreeRoot() ([#392](https://github.com/chainsafe/ssz/issues/392)) ([8dd6600](https://github.com/chainsafe/ssz/commit/8dd6600ad41e9a0d25182ca50f0ffd9be7fc5b8c))
* non simd sha256 for incompatible systems ([#427](https://github.com/chainsafe/ssz/issues/427)) ([9729005](https://github.com/chainsafe/ssz/commit/9729005ab0fd401c30e999b20133c4bb6373ded6))
* snapshot apis for EIP-4881 ([#400](https://github.com/chainsafe/ssz/issues/400)) ([32fb35a](https://github.com/chainsafe/ssz/commit/32fb35ad3dcb67465c04dcaf5d7afd93af5219e8))

## [0.8.0](https://github.com/ChainSafe/ssz/compare/persistent-merkle-tree-v0.8.0...persistent-merkle-tree-v0.8.0) (2024-10-15)


Expand Down
7 changes: 7 additions & 0 deletions packages/ssz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.0](https://github.com/chainsafe/ssz/compare/ssz-v0.18.0...ssz-v0.19.0) (2025-01-15)


### Features

* non simd sha256 for incompatible systems ([#427](https://github.com/chainsafe/ssz/issues/427)) ([9729005](https://github.com/chainsafe/ssz/commit/9729005ab0fd401c30e999b20133c4bb6373ded6))

## [0.18.0](https://github.com/ChainSafe/ssz/compare/ssz-v0.17.1...ssz-v0.18.0) (2024-10-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/ssz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"author": "ChainSafe Systems",
"homepage": "https://github.com/chainsafe/ssz",
"version": "0.18.0",
"version": "0.19.0",
"type": "module",
"main": "./lib/cjs/index.js",
"module": "./lib/index.js",
Expand Down
Loading