Skip to content

Commit 0bf2522

Browse files
authored
chore: release 0.19.6 (#338)
Pushed tag & released on https://crates.io/crates/foundry-compilers/0.19.6
1 parent a9f9d82 commit 0bf2522

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

CHANGELOG.md

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

1010
### Bug Fixes
1111

12+
- Always mark mocks as dirty ([#335](https://github.com/foundry-rs/compilers/issues/335))
13+
- Expose VyperSourceLocation fields ([#333](https://github.com/foundry-rs/compilers/issues/333))
1214
- Finalize_imports node ordering ([#329](https://github.com/foundry-rs/compilers/issues/329))
1315
- Resolve imports at the end ([#326](https://github.com/foundry-rs/compilers/issues/326))
1416
- Make sources' paths absolute ([#312](https://github.com/foundry-rs/compilers/issues/312))
@@ -18,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1820

1921
### Dependencies
2022

23+
- Bump 0.19.6 ([#337](https://github.com/foundry-rs/compilers/issues/337))
24+
- Bump version number in README ([#336](https://github.com/foundry-rs/compilers/issues/336))
2125
- [`ci`] Pin deps in workflow and add `dependabot` to update them weekly ([#321](https://github.com/foundry-rs/compilers/issues/321))
2226
- [deps] Bump solar ([#315](https://github.com/foundry-rs/compilers/issues/315))
2327
- [deps] Switch to solar meta crate ([#307](https://github.com/foundry-rs/compilers/issues/307))
@@ -30,6 +34,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3034

3135
### Miscellaneous Tasks
3236

37+
- Make clippy happy ([#334](https://github.com/foundry-rs/compilers/issues/334))
38+
- [`ci`] Merge in `codeql.yml` and mark as requirement for ci-success ([#331](https://github.com/foundry-rs/compilers/issues/331))
39+
- Release 0.19.5 ([#330](https://github.com/foundry-rs/compilers/issues/330))
3340
- Release 0.19.4 ([#328](https://github.com/foundry-rs/compilers/issues/328))
3441
- Remove feature(doc_auto_cfg) ([#327](https://github.com/foundry-rs/compilers/issues/327))
3542
- Release 0.19.3 ([#325](https://github.com/foundry-rs/compilers/issues/325))

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.5"
7+
version = "0.19.6"
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.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" }
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" }
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)