Skip to content

Commit 0480e75

Browse files
committed
chore: release 0.14.0
1 parent 5f3c3f7 commit 0480e75

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,30 @@ 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.14.0](https://github.com/foundry-rs/compilers/releases/tag/v0.14.0) - 2025-04-07
9+
10+
### Features
11+
12+
- Add support for preprocessing sources ([#252](https://github.com/foundry-rs/compilers/issues/252))
13+
14+
### Miscellaneous Tasks
15+
16+
- Simplify pragma parsing ([#260](https://github.com/foundry-rs/compilers/issues/260))
17+
18+
### Styling
19+
20+
- Update file extension for compatibility ([#258](https://github.com/foundry-rs/compilers/issues/258))
21+
822
## [0.13.5](https://github.com/foundry-rs/compilers/releases/tag/v0.13.5) - 2025-03-14
923

1024
### Bug Fixes
1125

1226
- Missing check for normalization ([#257](https://github.com/foundry-rs/compilers/issues/257))
1327

28+
### Miscellaneous Tasks
29+
30+
- Release 0.13.5
31+
1432
## [0.13.4](https://github.com/foundry-rs/compilers/releases/tag/v0.13.4) - 2025-03-14
1533

1634
### Bug Fixes

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.13.5"
7+
version = "0.14.0"
88
rust-version = "1.83"
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.13.5" }
40-
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.13.5" }
41-
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.13.5" }
42-
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.13.5" }
43-
foundry-compilers-core = { path = "crates/core", version = "0.13.5" }
39+
foundry-compilers = { path = "crates/compilers", version = "0.14.0" }
40+
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.14.0" }
41+
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.14.0" }
42+
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.14.0" }
43+
foundry-compilers-core = { path = "crates/core", version = "0.14.0" }
4444

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

0 commit comments

Comments
 (0)