diff --git a/bindings/rust-primitives/CHANGELOG.md b/bindings/rust-primitives/CHANGELOG.md new file mode 100644 index 0000000000..c21fd57859 --- /dev/null +++ b/bindings/rust-primitives/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.1](https://github.com/ethereum-optimism/superchain-registry/compare/v0.1.0...v0.1.1) - 2024-06-26 + +### Added +- *(bindings)* Adds OP Stack Predeploys to Superchain Primitives ([#310](https://github.com/ethereum-optimism/superchain-registry/pull/310)) + +### Fixed +- *(bindings)* Base sepolia elasticity multiplier ([#311](https://github.com/ethereum-optimism/superchain-registry/pull/311)) +- *(bindings)* Auto Impl Hash Trait ([#272](https://github.com/ethereum-optimism/superchain-registry/pull/272)) +- *(bindings)* Split out Primitive Types ([#262](https://github.com/ethereum-optimism/superchain-registry/pull/262)) + +### Other +- test release plz flow ([#322](https://github.com/ethereum-optimism/superchain-registry/pull/322)) +- test release plz workflow ([#318](https://github.com/ethereum-optimism/superchain-registry/pull/318)) +- small fix to test release plz ([#314](https://github.com/ethereum-optimism/superchain-registry/pull/314)) +- *(bindings)* Version Alloy Dependencies ([#308](https://github.com/ethereum-optimism/superchain-registry/pull/308)) +- Basic RollupConfig Map ([#307](https://github.com/ethereum-optimism/superchain-registry/pull/307)) +- *(fjord)* fjord + tests ([#296](https://github.com/ethereum-optimism/superchain-registry/pull/296)) diff --git a/bindings/rust-primitives/Cargo.lock b/bindings/rust-primitives/Cargo.lock index 995b302019..c4b2b527a1 100644 --- a/bindings/rust-primitives/Cargo.lock +++ b/bindings/rust-primitives/Cargo.lock @@ -624,7 +624,7 @@ dependencies = [ [[package]] name = "superchain-primitives" -version = "0.1.0" +version = "0.1.1" dependencies = [ "alloy-consensus", "alloy-eips", diff --git a/bindings/rust-primitives/Cargo.toml b/bindings/rust-primitives/Cargo.toml index bfc945e2ac..eae488c389 100644 --- a/bindings/rust-primitives/Cargo.toml +++ b/bindings/rust-primitives/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "superchain-primitives" description = "Primitive Types for the Superchain Registry" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT" authors = ["OP Contributors"]