Skip to content

Commit 87ad8eb

Browse files
authored
chore(deps): bump to 0.18.3 (#303)
pushing to main directly is disabled
1 parent a4cec2c commit 87ad8eb

File tree

3 files changed

+29
-7
lines changed

3 files changed

+29
-7
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,34 @@ 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.18.3](https://github.com/foundry-rs/compilers/releases/tag/v0.18.3) - 2025-08-25
9+
10+
### Bug Fixes
11+
12+
- [flatten] Sort by loc path and loc start ([#302](https://github.com/foundry-rs/compilers/issues/302))
13+
14+
### Dependencies
15+
16+
- Bump
17+
- Update deps + fix clippy ([#297](https://github.com/foundry-rs/compilers/issues/297))
18+
19+
### Miscellaneous Tasks
20+
21+
- Release 0.18.3
22+
- Use svm instead of manual svm dir logic ([#301](https://github.com/foundry-rs/compilers/issues/301))
23+
- Add @0xrusowsky to `CODEOWNERS` ([#299](https://github.com/foundry-rs/compilers/issues/299))
24+
- Update `CODEOWNERS` to improve visibility ([#298](https://github.com/foundry-rs/compilers/issues/298))
25+
826
## [0.18.2](https://github.com/foundry-rs/compilers/releases/tag/v0.18.2) - 2025-08-01
927

1028
### Bug Fixes
1129

1230
- Allow single sol file remappings ([#295](https://github.com/foundry-rs/compilers/issues/295))
1331

32+
### Miscellaneous Tasks
33+
34+
- Release 0.18.2
35+
1436
## [0.18.1](https://github.com/foundry-rs/compilers/releases/tag/v0.18.1) - 2025-07-31
1537

1638
### Bug Fixes

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.18.2"
7+
version = "0.18.3"
88
rust-version = "1.88"
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.18.2" }
40-
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.18.2" }
41-
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.18.2" }
42-
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.18.2" }
43-
foundry-compilers-core = { path = "crates/core", version = "0.18.2" }
39+
foundry-compilers = { path = "crates/compilers", version = "0.18.3" }
40+
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.18.3" }
41+
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.18.3" }
42+
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.18.3" }
43+
foundry-compilers-core = { path = "crates/core", version = "0.18.3" }
4444

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To install, simply add `foundry-compilers` to your cargo dependencies.
4545

4646
```toml
4747
[dependencies]
48-
foundry-compilers = "0.18.0"
48+
foundry-compilers = "0.18.3"
4949
```
5050

5151
Example usage:

0 commit comments

Comments
 (0)