Skip to content

Commit d4dde10

Browse files
committed
chore: release 0.17.2
1 parent 9920c74 commit d4dde10

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.17.2](https://github.com/foundry-rs/compilers/releases/tag/v0.17.2) - 2025-06-10
9+
10+
### Bug Fixes
11+
12+
- Implement proper serde handling for unknown AST node types ([#280](https://github.com/foundry-rs/compilers/issues/280))
13+
14+
### Other
15+
16+
- Add missing node types ([#282](https://github.com/foundry-rs/compilers/issues/282))
17+
- Remove EOF version field ([#279](https://github.com/foundry-rs/compilers/issues/279))
18+
819
## [0.17.1](https://github.com/foundry-rs/compilers/releases/tag/v0.17.1) - 2025-06-02
920

1021
### Dependencies
@@ -14,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1425

1526
### Miscellaneous Tasks
1627

28+
- Release 0.17.1
1729
- Release 0.17.1
1830
- Add language matcher on `MultiCompilerLanguage` ([#276](https://github.com/foundry-rs/compilers/issues/276))
1931

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

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

0 commit comments

Comments
 (0)