Skip to content

Commit

Permalink
chore: refactor list in CHANGELOG.md (bluealloy#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita authored and fubuloubu committed Apr 11, 2024
1 parent 4eab02c commit edc1970
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions CHANGELOG.md
Expand Up @@ -3,44 +3,44 @@ Because this is workspace with multi libraries, tags will be simplified, and wit
# v32 tag
date: 08.03.2024

Extends v7.0.0 with more restrictive context precompile.
Publish revm v7.1.0 that extends v7.0.0 with more restrictive context precompile.

revm: 7.0.0(yanked) -> 7.1.0 (⚠️ API breaking changes)
revm-interpreter: 3.2.0 -> 3.3.0 (✓ API compatible changes)
* revm: 7.0.0(yanked) -> 7.1.0 (⚠️ API breaking changes)
* revm-interpreter: 3.2.0 -> 3.3.0 (✓ API compatible changes)

# v31 tag
date 08.03.2024

Stateful and context aware precompiles types added. Few improvements and fixes.

revme: 0.2.2 -> 0.3.0 (⚠️ API breaking changes)
revm: 6.1.0 -> 7.0.0(yanked) (⚠️ API breaking changes)
revm-interpreter: 3.1.0 -> 3.2.0 (✓ API compatible changes)
revm-primitives: 2.1.0 -> 3.0.0 (⚠️ API breaking changes)
revm-precompile: 4.1.0 -> 5.0.0 (⚠️ API breaking changes)
* revme: 0.2.2 -> 0.3.0 (⚠️ API breaking changes)
* revm: 6.1.0 -> 7.0.0(yanked) (⚠️ API breaking changes)
* revm-interpreter: 3.1.0 -> 3.2.0 (✓ API compatible changes)
* revm-primitives: 2.1.0 -> 3.0.0 (⚠️ API breaking changes)
* revm-precompile: 4.1.0 -> 5.0.0 (⚠️ API breaking changes)

# v30 tag
date: 23.02.2024

Small release.
Fixes db panic propagation and OP l1block load after cancun.

revme: 0.2.1 -> 0.2.2 (✓ API compatible changes)
revm: 6.0.0 -> 6.1.0 (✓ API compatible changes)
revm-interpreter: 3.0.0 -> 3.1.0 (✓ API compatible changes)
revm-primitives: 2.0.1 -> 2.1.0 (✓ API compatible changes)
revm-precompile: 4.0.1 -> 4.1.0 (✓ API compatible changes)
* revme: 0.2.1 -> 0.2.2 (✓ API compatible changes)
* revm: 6.0.0 -> 6.1.0 (✓ API compatible changes)
* revm-interpreter: 3.0.0 -> 3.1.0 (✓ API compatible changes)
* revm-primitives: 2.0.1 -> 2.1.0 (✓ API compatible changes)
* revm-precompile: 4.0.1 -> 4.1.0 (✓ API compatible changes)

# v29 tag
date: 17.02.2024

Small release, `return_memory_range` included inside `CallInput`.
Few fixes.

revm: 5.0.0 -> 6.0.0 (⚠️ API breaking changes)
revm-interpreter: 2.1.0 -> 3.0.0 (⚠️ API breaking changes)
revm-primitives: 2.0.0 -> 2.0.1 (✓ API compatible changes)
revm-precompile: 4.0.0 -> 4.0.1 (✓ API compatible changes)
* revm: 5.0.0 -> 6.0.0 (⚠️ API breaking changes)
* revm-interpreter: 2.1.0 -> 3.0.0 (⚠️ API breaking changes)
* revm-primitives: 2.0.0 -> 2.0.1 (✓ API compatible changes)
* revm-precompile: 4.0.0 -> 4.0.1 (✓ API compatible changes)

# v28 tag
date: 12.02.2024
Expand Down

0 comments on commit edc1970

Please sign in to comment.