Skip to content

Commit

Permalink
release: v0.7.0-rc1 release notes and version bump (#1334)
Browse files Browse the repository at this point in the history
Signed-off-by: Tsvetan Dimitrov <tsvetan.dimitrov23@gmail.com>
  • Loading branch information
powerslider authored Sep 30, 2024
1 parent 8d090d2 commit 4bae18b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.7.0-rc1
* chore: don't postTxDefers TrasactionMetaData ([#1325](https://github.com/Consensys/linea-tracer/pull/1325))
* chore: upgrade Linea Besu to 24.9-delivery33 ([#1328](https://github.com/Consensys/linea-tracer/pull/1328))
* fix(ReturnSection): max code size ([#1313](https://github.com/Consensys/linea-tracer/pull/1313))
* fix(mmu): invalidCodePrefix with empty memory ([#1310](https://github.com/Consensys/linea-tracer/pull/1310))
* fix: implemented update to TXN_DATA ([#1318](https://github.com/Consensys/linea-tracer/pull/1318))
* feat: implement support for maxBlocksBehind threshold check in TracerReadinessPlugin ([#1305](https://github.com/Consensys/linea-tracer/pull/1305))
* fix: fix for broken replay files ([#1308](https://github.com/Consensys/linea-tracer/pull/1308))

## 0.6.0-rc8
* Homogenize creation add operation ([#1314](https://github.com/Consensys/linea-tracer/pull/1314))
* Blockchain reference tests report - success and failure counters ([#1311](https://github.com/Consensys/linea-tracer/pull/1311))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
releaseVersion=0.6.0-rc8
releaseVersion=0.7.0-rc1
besuVersion=24.9-delivery33
besuArtifactGroup=io.consensys.linea-besu
distributionIdentifier=linea-tracer
Expand Down

0 comments on commit 4bae18b

Please sign in to comment.