Skip to content

Commit ed3826d

Browse files
committed
chore: release 0.11.2
1 parent 549dc76 commit ed3826d

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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.11.2](https://github.com/foundry-rs/compilers/releases/tag/v0.11.2) - 2024-09-30
9+
10+
### Bug Fixes
11+
12+
- Include `evm.legacyAssembly` output ([#206](https://github.com/foundry-rs/compilers/issues/206))
13+
14+
### Documentation
15+
16+
- Fix typos ([#202](https://github.com/foundry-rs/compilers/issues/202))
17+
18+
### Miscellaneous Tasks
19+
20+
- Clippy ([#204](https://github.com/foundry-rs/compilers/issues/204))
21+
- Use serde_json::from_str ([#203](https://github.com/foundry-rs/compilers/issues/203))
22+
823
## [0.11.1](https://github.com/foundry-rs/compilers/releases/tag/v0.11.1) - 2024-09-17
924

1025
### Bug Fixes
@@ -18,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1833

1934
### Miscellaneous Tasks
2035

36+
- Release 0.11.1
2137
- Improve error handling in source map parsing ([#201](https://github.com/foundry-rs/compilers/issues/201))
2238
- Clippy happy ([#195](https://github.com/foundry-rs/compilers/issues/195))
2339
- Fix up the README example ([#194](https://github.com/foundry-rs/compilers/issues/194))

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.11.1"
7+
version = "0.11.2"
88
rust-version = "1.70"
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.11.1" }
35-
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.11.1" }
36-
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.11.1" }
37-
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.11.1" }
38-
foundry-compilers-core = { path = "crates/core", version = "0.11.1" }
34+
foundry-compilers = { path = "crates/compilers", version = "0.11.2" }
35+
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.11.2" }
36+
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.11.2" }
37+
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.11.2" }
38+
foundry-compilers-core = { path = "crates/core", version = "0.11.2" }
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)