Skip to content

Commit 69adfed

Browse files
authored
pre-release v0.1.6 (#258)
1 parent a6aa1ab commit 69adfed

File tree

13 files changed

+18
-18
lines changed

13 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bundle_provider/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.1.5](https://github.com/flashbots/contender/releases/tag/contender_bundle_provider-v0.1.5) - 2025-05-14
10+
## [0.1.6](https://github.com/flashbots/contender/releases/tag/contender_bundle_provider-v0.1.6) - 2025-05-14
1111

1212
### Other
1313

crates/bundle_provider/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "contender_bundle_provider"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition.workspace = true
55
rust-version.workspace = true
66
authors.workspace = true

crates/cli/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.1.5](https://github.com/flashbots/contender/releases/tag/contender_cli-v0.1.5) - 2025-05-14
10+
## [0.1.6](https://github.com/flashbots/contender/releases/tag/contender_cli-v0.1.6) - 2025-05-14
1111

1212
### Added
1313

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "contender_cli"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition.workspace = true
55
rust-version.workspace = true
66
authors.workspace = true

crates/core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.1.5](https://github.com/flashbots/contender/releases/tag/contender_core-v0.1.5) - 2025-05-14
10+
## [0.1.6](https://github.com/flashbots/contender/releases/tag/contender_core-v0.1.6) - 2025-05-14
1111

1212
### Added
1313

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "contender_core"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition.workspace = true
55
rust-version.workspace = true
66
authors.workspace = true

crates/engine_provider/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.1.5](https://github.com/flashbots/contender/releases/tag/contender_engine_provider-v0.1.5) - 2025-05-14
10+
## [0.1.6](https://github.com/flashbots/contender/releases/tag/contender_engine_provider-v0.1.6) - 2025-05-14
1111

1212
### Other
1313

crates/engine_provider/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "contender_engine_provider"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition.workspace = true
55
rust-version.workspace = true
66
authors.workspace = true

crates/sqlite_db/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.1.5](https://github.com/flashbots/contender/releases/tag/contender_sqlite-v0.1.5) - 2025-05-14
10+
## [0.1.6](https://github.com/flashbots/contender/releases/tag/contender_sqlite-v0.1.6) - 2025-05-14
1111

1212
### Other
1313

crates/sqlite_db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "contender_sqlite"
77
description = "SQLite database for contender"
88
repository.workspace = true
99
rust-version.workspace = true
10-
version = "0.1.5"
10+
version = "0.1.6"
1111

1212
[dependencies]
1313
alloy = {workspace = true}

crates/testfile/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.1.5](https://github.com/flashbots/contender/releases/tag/contender_testfile-v0.1.5) - 2025-05-14
10+
## [0.1.6](https://github.com/flashbots/contender/releases/tag/contender_testfile-v0.1.6) - 2025-05-14
1111

1212
### Fixed
1313

crates/testfile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "contender_testfile"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition.workspace = true
55
rust-version.workspace = true
66
authors.workspace = true

0 commit comments

Comments
 (0)