Skip to content

Commit

Permalink
chore: release v0.1.1 (#326)
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] authored Jun 25, 2024
1 parent 31bf295 commit a32b6ad
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions bindings/rust-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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-25

### Fixed
- test release-plz ([#325](https://github.com/ethereum-optimism/superchain-registry/pull/325))
- *(bindings)* Auto Impl Hash Trait ([#272](https://github.com/ethereum-optimism/superchain-registry/pull/272))
- *(bindings)* Feature Flag Docs ([#269](https://github.com/ethereum-optimism/superchain-registry/pull/269))
- *(bindings)* Split out Primitive Types ([#262](https://github.com/ethereum-optimism/superchain-registry/pull/262))

### Other
- *(bindings)* Version Alloy Dependencies ([#308](https://github.com/ethereum-optimism/superchain-registry/pull/308))
- Implement new "add chain" flow ([#279](https://github.com/ethereum-optimism/superchain-registry/pull/279))
2 changes: 1 addition & 1 deletion bindings/rust-bindings/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-bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "superchain-registry"
description = "Bindings 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 a32b6ad

Please sign in to comment.