Skip to content

Commit deccbc0

Browse files
committed
chore(main): release 0.4.0
1 parent 3b10dfa commit deccbc0

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
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.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/taikoxyz/alethia-reth/compare/v0.3.0...v0.4.0) (2025-09-23)
4+
5+
6+
### Features
7+
8+
* **chainspec:** update devnet genesis JSON ([#14](https://github.com/taikoxyz/alethia-reth/issues/14)) ([2e9b37c](https://github.com/taikoxyz/alethia-reth/commit/2e9b37c9aa5bc3de19eba675a5e62ed416770f71))
9+
* **consensus:** introduce `Shasta` hardfork ([#3](https://github.com/taikoxyz/alethia-reth/issues/3)) ([01d1262](https://github.com/taikoxyz/alethia-reth/commit/01d12620a873ab386255cb7d5514e811ce0a451c))
10+
* **dep:** bump `reth` to `v1.7.0` and simplify type signature ([#7](https://github.com/taikoxyz/alethia-reth/issues/7)) ([deb36fe](https://github.com/taikoxyz/alethia-reth/commit/deb36fe56998a5f0b2371c7760e9ead1e371f90a))
11+
* **rpc:** introduce `find_last_block_number_by_batch_id` ([#12](https://github.com/taikoxyz/alethia-reth/issues/12)) ([d822c4b](https://github.com/taikoxyz/alethia-reth/commit/d822c4b03e6251456665a359791999c7fcee6d25))
12+
* **rpc:** introduce `taiko_setBatchToLastBlock` and `taiko_lastL1OriginByBatchID` RPC methods for Shasta protocol ([#11](https://github.com/taikoxyz/alethia-reth/issues/11)) ([4338b00](https://github.com/taikoxyz/alethia-reth/commit/4338b00fdd54f746d1337849eb49b39c10ef2489))
13+
14+
15+
### Bug Fixes
16+
17+
* **chainspec:** fix devnet genesis JSON ([#10](https://github.com/taikoxyz/alethia-reth/issues/10)) ([0216d7e](https://github.com/taikoxyz/alethia-reth/commit/0216d7e0ede67b1a57a141cf18b8cce863a97a9b))
18+
19+
20+
### Chores
21+
22+
* **chainspec:** update devnet genesis JSON ([#9](https://github.com/taikoxyz/alethia-reth/issues/9)) ([41b965f](https://github.com/taikoxyz/alethia-reth/commit/41b965f120bcabadde6acd1eba538593e36b3c5e))
23+
* **ci:** remove workflows before transition ([#5](https://github.com/taikoxyz/alethia-reth/issues/5)) ([b8dc379](https://github.com/taikoxyz/alethia-reth/commit/b8dc379fc4ebc73968df7fe71b9ef092e3c186fb))
24+
* **repo:** add multi-arch build separately on architecture-specific runners ([61292b8](https://github.com/taikoxyz/alethia-reth/commit/61292b8205de7297317722b98ab2d471e240acf1))
25+
* **repo:** migrate Docker builds to Google Artifact Registry ([#13](https://github.com/taikoxyz/alethia-reth/issues/13)) ([fa79b9e](https://github.com/taikoxyz/alethia-reth/commit/fa79b9e15d2aa763dfb075dfbbc4c23ec0040f5b))
26+
* **repo:** update builds to run separately on architecture-specific runners ([3b10dfa](https://github.com/taikoxyz/alethia-reth/commit/3b10dfaa5e068fc7393e3a4ab257d047d0321d9a))
27+
328
## [0.3.0](https://github.com/taikoxyz/alethia-reth/compare/v0.2.0...v0.3.0) (2025-09-03)
429

530

0 commit comments

Comments
 (0)