Skip to content

Commit d00ca32

Browse files
committed
chore(main): release 0.6.1
1 parent 9d9899d commit d00ca32

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.0"
2+
".": "0.6.1"
33
}

CHANGELOG.md

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

3+
## [0.6.1](https://github.com/taikoxyz/alethia-reth/compare/v0.6.0...v0.6.1) (2025-11-24)
4+
5+
6+
### Chores
7+
8+
* **consensus:** rename `ANCHOR_V3_GAS_LIMIT` to `ANCHOR_V3_V4_GAS_LIMIT` ([#65](https://github.com/taikoxyz/alethia-reth/issues/65)) ([9d9899d](https://github.com/taikoxyz/alethia-reth/commit/9d9899db9abe0d3bcfaf475d6afc75716df2c741))
9+
310
## [0.6.0](https://github.com/taikoxyz/alethia-reth/compare/v0.5.0...v0.6.0) (2025-11-22)
411

512

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ members = [
1616
resolver = "2"
1717

1818
[workspace.package]
19-
version = "0.6.0"
19+
version = "0.6.1"
2020
edition = "2024"
2121
rust-version = "1.88"
2222
license = "MIT"

0 commit comments

Comments
 (0)