Skip to content

Commit 496fe41

Browse files
chore: release v0.1.1 (#327)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e7addf7 commit 496fe41

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

bindings/rust-primitives/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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))

bindings/rust-primitives/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/rust-primitives/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "superchain-primitives"
33
description = "Primitive Types for the Superchain Registry"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
edition = "2021"
66
license = "MIT"
77
authors = ["OP Contributors"]

0 commit comments

Comments
 (0)