Skip to content

Commit c0c2f4b

Browse files
committed
chore: release 0.19.7
1 parent efe3db4 commit c0c2f4b

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.6](https://github.com/foundry-rs/compilers/releases/tag/v0.19.6) - 2025-11-12
8+
## [0.19.7](https://github.com/foundry-rs/compilers/releases/tag/v0.19.7) - 2025-11-18
99

1010
### Bug Fixes
1111

12+
- Preserve version to install if prerelease ([#339](https://github.com/foundry-rs/compilers/issues/339))
1213
- Always mark mocks as dirty ([#335](https://github.com/foundry-rs/compilers/issues/335))
1314
- Expose VyperSourceLocation fields ([#333](https://github.com/foundry-rs/compilers/issues/333))
1415
- Finalize_imports node ordering ([#329](https://github.com/foundry-rs/compilers/issues/329))
@@ -34,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3435

3536
### Miscellaneous Tasks
3637

38+
- Release 0.19.6 ([#338](https://github.com/foundry-rs/compilers/issues/338))
3739
- Make clippy happy ([#334](https://github.com/foundry-rs/compilers/issues/334))
3840
- [`ci`] Merge in `codeql.yml` and mark as requirement for ci-success ([#331](https://github.com/foundry-rs/compilers/issues/331))
3941
- Release 0.19.5 ([#330](https://github.com/foundry-rs/compilers/issues/330))

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