Skip to content

Commit 0eec4f0

Browse files
committed
chore: release 0.19.9
1 parent 8f1c61c commit 0eec4f0

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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.9](https://github.com/foundry-rs/compilers/releases/tag/v0.19.9) - 2025-11-19
9+
10+
### Bug Fixes
11+
12+
- Preserve pre release version ([#340](https://github.com/foundry-rs/compilers/issues/340))
13+
814
## [0.19.7](https://github.com/foundry-rs/compilers/releases/tag/v0.19.7) - 2025-11-18
915

1016
### Bug Fixes
@@ -35,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3541

3642
### Miscellaneous Tasks
3743

44+
- Release 0.19.7
3845
- Release 0.19.6 ([#338](https://github.com/foundry-rs/compilers/issues/338))
3946
- Make clippy happy ([#334](https://github.com/foundry-rs/compilers/issues/334))
4047
- [`ci`] Merge in `codeql.yml` and mark as requirement for ci-success ([#331](https://github.com/foundry-rs/compilers/issues/331))

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