Skip to content

Commit f5c9c8a

Browse files
authored
chore: release 0.19.5 (#330)
1 parent c2b754e commit f5c9c8a

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 3 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.4](https://github.com/foundry-rs/compilers/releases/tag/v0.19.4) - 2025-10-01
8+
## [0.19.5](https://github.com/foundry-rs/compilers/releases/tag/v0.19.5) - 2025-10-01
99

1010
### Bug Fixes
1111

12+
- Finalize_imports node ordering ([#329](https://github.com/foundry-rs/compilers/issues/329))
1213
- Resolve imports at the end ([#326](https://github.com/foundry-rs/compilers/issues/326))
1314
- Make sources' paths absolute ([#312](https://github.com/foundry-rs/compilers/issues/312))
1415
- Sanitize `stopAfter` ([#309](https://github.com/foundry-rs/compilers/issues/309))
@@ -29,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2930

3031
### Miscellaneous Tasks
3132

33+
- Release 0.19.4 ([#328](https://github.com/foundry-rs/compilers/issues/328))
3234
- Remove feature(doc_auto_cfg) ([#327](https://github.com/foundry-rs/compilers/issues/327))
3335
- Release 0.19.3 ([#325](https://github.com/foundry-rs/compilers/issues/325))
3436
- [`ci`] Rescope permissions according to principle of least privilege ([#323](https://github.com/foundry-rs/compilers/issues/323))

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