Skip to content

Commit

Permalink
chore: release v0.1.1 (#327)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 26, 2024
1 parent e7addf7 commit 496fe41
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions bindings/rust-primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion bindings/rust-primitives/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/rust-primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 496fe41

Please sign in to comment.