Skip to content

Commit 4226be4

Browse files
committed
chore: release 0.17.0
1 parent dda285e commit 4226be4

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.md

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

3838
### Miscellaneous Tasks
3939

40+
- Release 0.16.4
4041
- Release 0.16.3
4142
- Switch to `Prague` hardfork by default ([#272](https://github.com/foundry-rs/compilers/issues/272))
4243
- Clean up error! calls ([#273](https://github.com/foundry-rs/compilers/issues/273))

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[workspace.package]
66
authors = ["Foundry Maintainers"]
7-
version = "0.16.4"
7+
version = "0.17.0"
88
rust-version = "1.87"
99
readme = "README.md"
1010
license = "MIT OR Apache-2.0"
@@ -36,11 +36,11 @@ redundant-lifetimes = "warn"
3636
all = "warn"
3737

3838
[workspace.dependencies]
39-
foundry-compilers = { path = "crates/compilers", version = "0.16.4" }
40-
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.16.4" }
41-
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.16.4" }
42-
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.16.4" }
43-
foundry-compilers-core = { path = "crates/core", version = "0.16.4" }
39+
foundry-compilers = { path = "crates/compilers", version = "0.17.0" }
40+
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.17.0" }
41+
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.17.0" }
42+
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.17.0" }
43+
foundry-compilers-core = { path = "crates/core", version = "0.17.0" }
4444

4545
alloy-json-abi = { version = "1.0", features = ["serde_json"] }
4646
alloy-primitives = { version = "1.0", features = ["serde", "rand"] }

0 commit comments

Comments
 (0)