File tree 3 files changed +27
-2
lines changed
3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
+
7
+ ## [ Unreleased]
8
+
9
+ ## [ 0.1.1] ( https://github.com/ethereum-optimism/superchain-registry/compare/v0.1.0...v0.1.1 ) - 2024-06-26
10
+
11
+ ### Added
12
+ - * (bindings)* Adds OP Stack Predeploys to Superchain Primitives ([ #310 ] ( https://github.com/ethereum-optimism/superchain-registry/pull/310 ) )
13
+
14
+ ### Fixed
15
+ - * (bindings)* Base sepolia elasticity multiplier ([ #311 ] ( https://github.com/ethereum-optimism/superchain-registry/pull/311 ) )
16
+ - * (bindings)* Auto Impl Hash Trait ([ #272 ] ( https://github.com/ethereum-optimism/superchain-registry/pull/272 ) )
17
+ - * (bindings)* Split out Primitive Types ([ #262 ] ( https://github.com/ethereum-optimism/superchain-registry/pull/262 ) )
18
+
19
+ ### Other
20
+ - test release plz flow ([ #322 ] ( https://github.com/ethereum-optimism/superchain-registry/pull/322 ) )
21
+ - test release plz workflow ([ #318 ] ( https://github.com/ethereum-optimism/superchain-registry/pull/318 ) )
22
+ - small fix to test release plz ([ #314 ] ( https://github.com/ethereum-optimism/superchain-registry/pull/314 ) )
23
+ - * (bindings)* Version Alloy Dependencies ([ #308 ] ( https://github.com/ethereum-optimism/superchain-registry/pull/308 ) )
24
+ - Basic RollupConfig Map ([ #307 ] ( https://github.com/ethereum-optimism/superchain-registry/pull/307 ) )
25
+ - * (fjord)* fjord + tests ([ #296 ] ( https://github.com/ethereum-optimism/superchain-registry/pull/296 ) )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " superchain-primitives"
3
3
description = " Primitive Types for the Superchain Registry"
4
- version = " 0.1.0 "
4
+ version = " 0.1.1 "
5
5
edition = " 2021"
6
6
license = " MIT"
7
7
authors = [" OP Contributors" ]
You can’t perform that action at this time.
0 commit comments