Skip to content

Commit 7ad7cca

Browse files
chore: release 0.12.4
1 parent 76a9794 commit 7ad7cca

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,31 @@ 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.12.4](https://github.com/foundry-rs/compilers/releases/tag/v0.12.4) - 2024-12-02
9+
10+
### Bug Fixes
11+
12+
- Add fallback parser for contract names ([#229](https://github.com/foundry-rs/compilers/issues/229))
13+
- Fix minor grammatical issue in project documentation ([#226](https://github.com/foundry-rs/compilers/issues/226))
14+
15+
### Dependencies
16+
17+
- Bump MSRV to 1.83 ([#230](https://github.com/foundry-rs/compilers/issues/230))
18+
19+
### Other
20+
21+
- Add note about grammar,spelling prs ([#228](https://github.com/foundry-rs/compilers/issues/228))
22+
823
## [0.12.3](https://github.com/foundry-rs/compilers/releases/tag/v0.12.3) - 2024-11-20
924

1025
### Bug Fixes
1126

1227
- Imports regex fallback ([#225](https://github.com/foundry-rs/compilers/issues/225))
1328

29+
### Miscellaneous Tasks
30+
31+
- Release 0.12.3
32+
1433
## [0.12.2](https://github.com/foundry-rs/compilers/releases/tag/v0.12.2) - 2024-11-20
1534

1635
### 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.12.3"
7+
version = "0.12.4"
88
rust-version = "1.83"
99
readme = "README.md"
1010
license = "MIT OR Apache-2.0"
@@ -31,11 +31,11 @@ unused-must-use = "deny"
3131
all = "warn"
3232

3333
[workspace.dependencies]
34-
foundry-compilers = { path = "crates/compilers", version = "0.12.3" }
35-
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.12.3" }
36-
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.12.3" }
37-
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.12.3" }
38-
foundry-compilers-core = { path = "crates/core", version = "0.12.3" }
34+
foundry-compilers = { path = "crates/compilers", version = "0.12.4" }
35+
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.12.4" }
36+
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.12.4" }
37+
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.12.4" }
38+
foundry-compilers-core = { path = "crates/core", version = "0.12.4" }
3939

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

0 commit comments

Comments
 (0)