Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release master #289

Merged
merged 1 commit into from
Jan 30, 2024
Merged
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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/discv5": "8.0.0",
"packages/enr": "2.1.0"
"packages/discv5": "9.0.0",
"packages/enr": "3.0.0"
}
29 changes: 29 additions & 0 deletions packages/discv5/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,35 @@
* dependencies
* @chainsafe/enr bumped from ^2.0.0 to ^2.0.1

## [9.0.0](https://github.com/ChainSafe/discv5/compare/discv5-v8.0.0...discv5-v9.0.0) (2024-01-30)


### ⚠ BREAKING CHANGES

* remove broadcastTalkReq ([#282](https://github.com/ChainSafe/discv5/issues/282))
* update dependencies ([#273](https://github.com/ChainSafe/discv5/issues/273))

### Features

* create separate enr package ([#267](https://github.com/ChainSafe/discv5/issues/267)) ([2fa061b](https://github.com/ChainSafe/discv5/commit/2fa061bded9bdc5a2383b02db42cb08f8330ac00))
* remove broadcastTalkReq ([#282](https://github.com/ChainSafe/discv5/issues/282)) ([1b70558](https://github.com/ChainSafe/discv5/commit/1b70558163bd48d7063a227c9816c74fc76247d7))
* type safe metric labels ([#278](https://github.com/ChainSafe/discv5/issues/278)) ([acb4792](https://github.com/ChainSafe/discv5/commit/acb479222617f72aae1e9fc35e943eecc5b0ca06))
* use ethereum-cryptography for enr crypto ([#285](https://github.com/ChainSafe/discv5/issues/285)) ([50cee57](https://github.com/ChainSafe/discv5/commit/50cee57f90a88307463b90c68f4800b6d7cb793f))


### Bug Fixes

* improve error handling ([#284](https://github.com/ChainSafe/discv5/issues/284)) ([594166c](https://github.com/ChainSafe/discv5/commit/594166c1f82e497cd1c2a630dfa5ba46e93d0990))
* update dependencies ([#273](https://github.com/ChainSafe/discv5/issues/273)) ([f44d428](https://github.com/ChainSafe/discv5/commit/f44d428bdb39cf469d4d22ffef09a0958381a4c3))
* update libp2p crypto ([#287](https://github.com/ChainSafe/discv5/issues/287)) ([d318cac](https://github.com/ChainSafe/discv5/commit/d318cac154c96348fe2e02bbecc668be390114b1))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chainsafe/enr bumped from ^2.1.0 to ^3.0.0

## [8.0.0](https://github.com/ChainSafe/discv5/compare/discv5-v7.1.0...discv5-v8.0.0) (2024-01-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/discv5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/discv5",
"version": "8.0.0",
"version": "9.0.0",
"description": "Discovery V5",
"type": "module",
"files": [
Expand Down Expand Up @@ -68,7 +68,7 @@
"@libp2p/peer-id-factory": "^4.0.3"
},
"dependencies": {
"@chainsafe/enr": "^2.1.0",
"@chainsafe/enr": "^3.0.0",
"@libp2p/crypto": "^4.0.1",
"@libp2p/interface": "^1.1.1",
"@multiformats/multiaddr": "^12.1.10",
Expand Down
21 changes: 21 additions & 0 deletions packages/enr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [3.0.0](https://github.com/ChainSafe/discv5/compare/enr-v2.1.0...enr-v3.0.0) (2024-01-30)


### ⚠ BREAKING CHANGES

* update dependencies ([#273](https://github.com/ChainSafe/discv5/issues/273))

### Features

* constrain usage of Buffer in enr package ([#286](https://github.com/ChainSafe/discv5/issues/286)) ([5351f87](https://github.com/ChainSafe/discv5/commit/5351f87ed7cd6cb28524359080fe516be544d1c1))
* create separate enr package ([#267](https://github.com/ChainSafe/discv5/issues/267)) ([2fa061b](https://github.com/ChainSafe/discv5/commit/2fa061bded9bdc5a2383b02db42cb08f8330ac00))
* use ethereum-cryptography for enr crypto ([#285](https://github.com/ChainSafe/discv5/issues/285)) ([50cee57](https://github.com/ChainSafe/discv5/commit/50cee57f90a88307463b90c68f4800b6d7cb793f))


### Bug Fixes

* coerce Buffers in bcrypto crypto ([#275](https://github.com/ChainSafe/discv5/issues/275)) ([67971f7](https://github.com/ChainSafe/discv5/commit/67971f727270e7e616e140ea726c67ce889c218f))
* fix benchmarking ([#281](https://github.com/ChainSafe/discv5/issues/281)) ([da1461b](https://github.com/ChainSafe/discv5/commit/da1461b4ea586a3bdf084b950c949fc844b67468))
* update dependencies ([#273](https://github.com/ChainSafe/discv5/issues/273)) ([f44d428](https://github.com/ChainSafe/discv5/commit/f44d428bdb39cf469d4d22ffef09a0958381a4c3))
* update libp2p crypto ([#287](https://github.com/ChainSafe/discv5/issues/287)) ([d318cac](https://github.com/ChainSafe/discv5/commit/d318cac154c96348fe2e02bbecc668be390114b1))

## [2.1.0](https://github.com/ChainSafe/discv5/compare/enr-v2.0.2...enr-v2.1.0) (2024-01-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/enr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/enr",
"version": "2.1.0",
"version": "3.0.0",
"description": "Ethereum name record",
"type": "module",
"files": [
Expand Down