Skip to content
Open
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,7 +2,7 @@
"packages/bridge-ui": "2.15.0",
"packages/docs-site": "1.33.4",
"packages/eventindexer": "0.14.0",
"packages/ejector": "0.5.0",
"packages/ejector": "0.6.0",
"packages/fork-diff": "0.7.0",
"packages/protocol": "2.3.0",
"packages/relayer": "0.12.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/ejector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.0](https://github.com/taikoxyz/taiko-mono/compare/ejector-v0.5.0...ejector-v0.6.0) (2026-02-21)


### Features

* **taiko-client-rs:** get_preconf_slot_info API for the taiko-client-rs ([#21279](https://github.com/taikoxyz/taiko-mono/issues/21279)) ([26f8c95](https://github.com/taikoxyz/taiko-mono/commit/26f8c958b33f29edeeabe4483dd084bb47aca089))

## [0.5.0](https://github.com/taikoxyz/taiko-mono/compare/ejector-v0.4.1...ejector-v0.5.0) (2026-02-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/ejector/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ejector"
version = "0.5.0"
version = "0.6.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Regenerate Cargo.lock after version bump

The package version was bumped to 0.6.0 in packages/ejector/Cargo.toml, but packages/ejector/Cargo.lock still records the root ejector package as 0.5.0 (line 1800), which leaves the lockfile out of sync with the manifest. Any workflow or local build that enforces locked resolution (for example cargo build --locked/cargo test --locked) will fail until the lockfile is regenerated, so the release commit should include the corresponding Cargo.lock update.

Useful? React with 👍 / 👎.

edition = "2024"
rust-version = "1.88"
authors = ["Taiko Labs"]
Expand Down