Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg committed Nov 10, 2022
1 parent 740e5b5 commit e6594c1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
Cargo.lock
.idea
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.11.0]

### Changed

- Addd a `rustls` feature flag to use native TLS over OpenSSL
- Bumped `thiserror` to `1.0.37`
- Bumped `chrono` to `0.4.22`
- Bumped `url` to `2.3.1`
- Bumped `async-trait` to `0.1.58`
- Bumped `ethers` to `1.0.0`

## [0.10.0]

- Replaced `anyhow` with `eyre`
Expand Down Expand Up @@ -138,7 +149,8 @@ A small patch to fix the documentation on [docs.rs](https://docs.rs).
Initial release.

<!-- next-url !-->
[Unreleased]: https://github.com/onbjerg/ethers-flashbots/compare/0.10.0...HEAD
[Unreleased]: https://github.com/onbjerg/ethers-flashbots/compare/0.11.0...HEAD
[0.11.0]: https://github.com/onbjerg/ethers-flashbots/compare/0.10.0...0.11.0
[0.10.0]: https://github.com/onbjerg/ethers-flashbots/compare/0.9.0...0.10.0
[0.9.0]: https://github.com/onbjerg/ethers-flashbots/compare/0.8.2...0.9.0
[0.8.2]: https://github.com/onbjerg/ethers-flashbots/compare/0.8.1...0.8.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethers-flashbots"
version = "0.10.0"
version = "0.11.0"
authors = ["Oliver Nordbjerg <[email protected]>"]
license = "MIT"
edition = "2018"
Expand Down

0 comments on commit e6594c1

Please sign in to comment.