Skip to content

Commit b119167

Browse files
committed
chore(main): release ejector 0.7.1
1 parent 9a51361 commit b119167

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages/bridge-ui": "2.17.1",
33
"packages/eventindexer": "0.15.0",
4-
"packages/ejector": "0.7.0",
4+
"packages/ejector": "0.7.1",
55
"packages/fork-diff": "0.7.2",
66
"packages/protocol": "3.1.0",
77
"packages/relayer": "0.13.2",

packages/ejector/CHANGELOG.md

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

3+
## [0.7.1](https://github.com/taikoxyz/taiko-mono/compare/ejector-v0.7.0...ejector-v0.7.1) (2026-07-09)
4+
5+
6+
### Chores
7+
8+
* **protocol:** merge taiko-alethia-protocol-v3.0.0 (v3.1.0 + hardening) back to main ([f837160](https://github.com/taikoxyz/taiko-mono/commit/f83716070331945133adc283b765083501f21e4b))
9+
* **protocol:** record the v3.0.0 merge ancestry (take 2) ([9646f55](https://github.com/taikoxyz/taiko-mono/commit/9646f553cd89abe95fab9745c17a46273c4d4bd0))
10+
* **protocol:** record the v3.0.0 merge ancestry (take 2) ([bc35381](https://github.com/taikoxyz/taiko-mono/commit/bc35381393888f6c3dfe81d24eb6193255c0c49a))
11+
* **protocol:** record the v3.0.0 merge ancestry lost by squashing [#21922](https://github.com/taikoxyz/taiko-mono/issues/21922) ([#21930](https://github.com/taikoxyz/taiko-mono/issues/21930)) ([ca16fba](https://github.com/taikoxyz/taiko-mono/commit/ca16fba34ca276975b4c5179489c8eec3f25a0db))
12+
* **taiko-client-rs,ejector:** bump event-scanner to `v1.1.1` ([#21737](https://github.com/taikoxyz/taiko-mono/issues/21737)) ([729a43e](https://github.com/taikoxyz/taiko-mono/commit/729a43e0e0e22958c295bd7fbbb30cdde6b3ce06))
13+
14+
15+
### Documentation
16+
17+
* **ejector:** add package README ([#21872](https://github.com/taikoxyz/taiko-mono/issues/21872)) ([f18da26](https://github.com/taikoxyz/taiko-mono/commit/f18da2619fdeb333b6dfa18ace962c2b2f3887ee))
18+
319
## [0.7.0](https://github.com/taikoxyz/taiko-mono/compare/ejector-v0.6.1...ejector-v0.7.0) (2026-05-06)
420

521

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.7.0"
3+
version = "0.7.1"
44
edition = "2024"
55
rust-version = "1.88"
66
authors = ["Taiko Labs"]

0 commit comments

Comments
 (0)