Skip to content

Commit 7508cda

Browse files
authored
chore: release 0.19.4 (#328)
1 parent b52e3d5 commit 7508cda

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ 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.19.3](https://github.com/foundry-rs/compilers/releases/tag/v0.19.3) - 2025-09-18
8+
## [0.19.4](https://github.com/foundry-rs/compilers/releases/tag/v0.19.4) - 2025-10-01
99

1010
### Bug Fixes
1111

12+
- Resolve imports at the end ([#326](https://github.com/foundry-rs/compilers/issues/326))
1213
- Make sources' paths absolute ([#312](https://github.com/foundry-rs/compilers/issues/312))
1314
- Sanitize `stopAfter` ([#309](https://github.com/foundry-rs/compilers/issues/309))
1415
- Remove superfluous assertion ([#304](https://github.com/foundry-rs/compilers/issues/304))
@@ -28,6 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2829

2930
### Miscellaneous Tasks
3031

32+
- Remove feature(doc_auto_cfg) ([#327](https://github.com/foundry-rs/compilers/issues/327))
33+
- Release 0.19.3 ([#325](https://github.com/foundry-rs/compilers/issues/325))
3134
- [`ci`] Rescope permissions according to principle of least privilege ([#323](https://github.com/foundry-rs/compilers/issues/323))
3235
- [`ci`] Harden workflow by setting default permission to read only ([#320](https://github.com/foundry-rs/compilers/issues/320))
3336
- [`ci`] Add CodeQL ([#319](https://github.com/foundry-rs/compilers/issues/319))

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.19.3"
7+
version = "0.19.4"
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.19.3" }
40-
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.19.3" }
41-
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.19.3" }
42-
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.19.3" }
43-
foundry-compilers-core = { path = "crates/core", version = "0.19.3" }
39+
foundry-compilers = { path = "crates/compilers", version = "0.19.4" }
40+
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.19.4" }
41+
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.19.4" }
42+
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.19.4" }
43+
foundry-compilers-core = { path = "crates/core", version = "0.19.4" }
4444

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

0 commit comments

Comments
 (0)