Skip to content

Commit 237d5b2

Browse files
committed
chore(main): release ejector 0.6.2
1 parent 6640f00 commit 237d5b2

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages/bridge-ui": "2.15.0",
33
"packages/docs-site": "1.34.1",
44
"packages/eventindexer": "0.14.0",
5-
"packages/ejector": "0.6.1",
5+
"packages/ejector": "0.6.2",
66
"packages/fork-diff": "0.7.1",
77
"packages/protocol": "2.3.0",
88
"packages/relayer": "0.13.0",

packages/ejector/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.6.2](https://github.com/taikoxyz/taiko-mono/compare/ejector-v0.6.1...ejector-v0.6.2) (2026-03-13)
4+
5+
6+
### Chores
7+
8+
* **ejector:** remove redundant URL clone in eject path ([#21455](https://github.com/taikoxyz/taiko-mono/issues/21455)) ([eae6490](https://github.com/taikoxyz/taiko-mono/commit/eae649013910d7f10350a849c9f2bdfcf70b19f3))
9+
* **repo:** add concurrency gate to release please and bump ejector lock ([#21420](https://github.com/taikoxyz/taiko-mono/issues/21420)) ([1b97c19](https://github.com/taikoxyz/taiko-mono/commit/1b97c19bc2c8280dc91f16a82ee03eca2789a4db))
10+
11+
12+
### Code Refactoring
13+
14+
* **ejector:** avoid cloning beacon URL in BeaconClient ([#21434](https://github.com/taikoxyz/taiko-mono/issues/21434)) ([295bdbe](https://github.com/taikoxyz/taiko-mono/commit/295bdbe65b0b7894969e3419455f6aafdad6e2d1))
15+
* **ejector:** remove redundant URL clones in startup ([#21441](https://github.com/taikoxyz/taiko-mono/issues/21441)) ([94730f4](https://github.com/taikoxyz/taiko-mono/commit/94730f4022f74c3a7e7aee5af6e6a5a91441d4c4))
16+
317
## [0.6.1](https://github.com/taikoxyz/taiko-mono/compare/ejector-v0.6.0...ejector-v0.6.1) (2026-03-03)
418

519

packages/ejector/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ejector"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2024"
55
rust-version = "1.88"
66
authors = ["Taiko Labs"]

0 commit comments

Comments
 (0)