Skip to content

Commit ec745ce

Browse files
committed
chore: release 0.16.1
1 parent 6eab181 commit ec745ce

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.16.1](https://github.com/foundry-rs/compilers/releases/tag/v0.16.1) - 2025-05-16
9+
10+
### Bug Fixes
11+
12+
- Is_dirty to use additional_files ([#268](https://github.com/foundry-rs/compilers/issues/268))
13+
814
## [0.16.0](https://github.com/foundry-rs/compilers/releases/tag/v0.16.0) - 2025-05-12
915

1016
### Dependencies
1117

1218
- Bump solar version ([#264](https://github.com/foundry-rs/compilers/issues/264))
1319

20+
### Miscellaneous Tasks
21+
22+
- Release 0.16.0
23+
1424
## [0.15.0](https://github.com/foundry-rs/compilers/releases/tag/v0.15.0) - 2025-05-07
1525

1626
### Dependencies

Cargo.toml

+6-6
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.0"
7+
version = "0.16.1"
88
rust-version = "1.86"
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.0" }
40-
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.16.0" }
41-
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.16.0" }
42-
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.16.0" }
43-
foundry-compilers-core = { path = "crates/core", version = "0.16.0" }
39+
foundry-compilers = { path = "crates/compilers", version = "0.16.1" }
40+
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.16.1" }
41+
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.16.1" }
42+
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.16.1" }
43+
foundry-compilers-core = { path = "crates/core", version = "0.16.1" }
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)