Skip to content

Commit

Permalink
chore: release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Jan 26, 2024
1 parent 8da1e32 commit 541354b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 24 deletions.
54 changes: 31 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,19 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.2](https://github.com/foundry-rs/block-explorers/releases/tag/v0.2.2) - 2024-01-26

### Miscellaneous Tasks

- Include value in serde error ([#29](https://github.com/foundry-rs/block-explorers/issues/29))
- Add unreleased section to cliff.toml
- Fix cliff, update CHANGELOG

## [0.2.1](https://github.com/foundry-rs/block-explorers/releases/tag/v0.2.1) - 2024-01-18

### Features

- Add viaIR to VerifyContract ([#28](https://github.com/foundry-rs/compilers/issues/28))
- Add viaIR to VerifyContract ([#28](https://github.com/foundry-rs/block-explorers/issues/28))

### Miscellaneous Tasks

Expand All @@ -24,40 +32,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Dependencies

- [deps] Bump compilers
- [deps] Bump alloys ([#27](https://github.com/foundry-rs/compilers/issues/27))
- [deps] Bump alloys ([#27](https://github.com/foundry-rs/block-explorers/issues/27))

### Miscellaneous Tasks

- Release 0.2.0
- Exclude useless directories
- Update cliff link
- Add CHANGELOG.md scripts ([#26](https://github.com/foundry-rs/compilers/issues/26))
- Add CHANGELOG.md scripts ([#26](https://github.com/foundry-rs/block-explorers/issues/26))

## [0.1.3](https://github.com/foundry-rs/block-explorers/releases/tag/v0.1.3) - 2024-01-05

### Bug Fixes

- Dont force trailing url slash ([#25](https://github.com/foundry-rs/compilers/issues/25))
- Dont force trailing url slash ([#25](https://github.com/foundry-rs/block-explorers/issues/25))

### Miscellaneous Tasks

- Release 0.1.3

### Other

- Add `getcontractcreation` binding ([#24](https://github.com/foundry-rs/compilers/issues/24))
- Fix deserialization error resulting from Blockscout omitting "OptimizationRuns" field when optimization was not used ([#23](https://github.com/foundry-rs/compilers/issues/23))
- Fix deserialization failure when fetching contract source_code from blockscout ([#22](https://github.com/foundry-rs/compilers/issues/22))
- Add `getcontractcreation` binding ([#24](https://github.com/foundry-rs/block-explorers/issues/24))
- Fix deserialization error resulting from Blockscout omitting "OptimizationRuns" field when optimization was not used ([#23](https://github.com/foundry-rs/block-explorers/issues/23))
- Fix deserialization failure when fetching contract source_code from blockscout ([#22](https://github.com/foundry-rs/block-explorers/issues/22))

## [0.1.2](https://github.com/foundry-rs/block-explorers/releases/tag/v0.1.2) - 2023-12-08

### Bug Fixes

- Sanitize all source entries ([#19](https://github.com/foundry-rs/compilers/issues/19))
- Sanitize all source entries ([#19](https://github.com/foundry-rs/block-explorers/issues/19))

### Miscellaneous Tasks

- 0.1.2 ([#20](https://github.com/foundry-rs/compilers/issues/20))
- 0.1.2 ([#20](https://github.com/foundry-rs/block-explorers/issues/20))

## [0.1.1](https://github.com/foundry-rs/block-explorers/releases/tag/v0.1.1) - 2023-11-23

Expand All @@ -74,40 +82,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Bug Fixes

- Add licensing ([#4](https://github.com/foundry-rs/compilers/issues/4))
- [features] Remove ethers-solc for foundry-compilers ([#3](https://github.com/foundry-rs/compilers/issues/3))
- Add licensing ([#4](https://github.com/foundry-rs/block-explorers/issues/4))
- [features] Remove ethers-solc for foundry-compilers ([#3](https://github.com/foundry-rs/block-explorers/issues/3))

### Dependencies

- Bump ethers ([#9](https://github.com/foundry-rs/compilers/issues/9))
- Bump ethers ([#9](https://github.com/foundry-rs/block-explorers/issues/9))

### Documentation

- Add CHANGELOG.md

### Features

- Remove Ethers ([#14](https://github.com/foundry-rs/compilers/issues/14))
- Repo improvements ([#11](https://github.com/foundry-rs/compilers/issues/11))
- Alloy migration ([#2](https://github.com/foundry-rs/compilers/issues/2))
- [`CI`] Enable ci/cd ([#1](https://github.com/foundry-rs/compilers/issues/1))
- Remove Ethers ([#14](https://github.com/foundry-rs/block-explorers/issues/14))
- Repo improvements ([#11](https://github.com/foundry-rs/block-explorers/issues/11))
- Alloy migration ([#2](https://github.com/foundry-rs/block-explorers/issues/2))
- [`CI`] Enable ci/cd ([#1](https://github.com/foundry-rs/block-explorers/issues/1))
- Repo init

### Miscellaneous Tasks

- [meta] Update configs ([#15](https://github.com/foundry-rs/compilers/issues/15))
- Remove RawAbi and LosslessAbi usage ([#12](https://github.com/foundry-rs/compilers/issues/12))
- Enable more lints ([#13](https://github.com/foundry-rs/compilers/issues/13))
- Remove default feats from openssl ([#7](https://github.com/foundry-rs/compilers/issues/7))
- Patch ethers to be in sync w/ foundry ([#6](https://github.com/foundry-rs/compilers/issues/6))
- Clippy ([#5](https://github.com/foundry-rs/compilers/issues/5))
- [meta] Update configs ([#15](https://github.com/foundry-rs/block-explorers/issues/15))
- Remove RawAbi and LosslessAbi usage ([#12](https://github.com/foundry-rs/block-explorers/issues/12))
- Enable more lints ([#13](https://github.com/foundry-rs/block-explorers/issues/13))
- Remove default feats from openssl ([#7](https://github.com/foundry-rs/block-explorers/issues/7))
- Patch ethers to be in sync w/ foundry ([#6](https://github.com/foundry-rs/block-explorers/issues/6))
- Clippy ([#5](https://github.com/foundry-rs/block-explorers/issues/5))

### Other

- Update README.md

### Styling

- Update rustfmt config ([#16](https://github.com/foundry-rs/compilers/issues/16))
- Update rustfmt config ([#16](https://github.com/foundry-rs/block-explorers/issues/16))

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "foundry-block-explorers"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
rust-version = "1.65"
authors = ["Foundry Contributors"]
Expand Down

0 comments on commit 541354b

Please sign in to comment.