Skip to content

Commit 150398e

Browse files
committed
chore: release 0.13.3
1 parent 9fbda06 commit 150398e

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.13.3](https://github.com/foundry-rs/compilers/releases/tag/v0.13.3) - 2025-02-14
9+
10+
### Bug Fixes
11+
12+
- Allow top level event declarations ([#251](https://github.com/foundry-rs/compilers/issues/251))
13+
14+
### Features
15+
16+
- Impl `.path(&self)` for `ContractInfo` ([#250](https://github.com/foundry-rs/compilers/issues/250))
17+
818
## [0.13.2](https://github.com/foundry-rs/compilers/releases/tag/v0.13.2) - 2025-02-06
919

1020
### Bug Fixes
@@ -13,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1323

1424
### Miscellaneous Tasks
1525

26+
- Release 0.13.2
1627
- Fix spelling issues ([#248](https://github.com/foundry-rs/compilers/issues/248))
1728

1829
## [0.13.1](https://github.com/foundry-rs/compilers/releases/tag/v0.13.1) - 2025-02-02

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.2"
7+
version = "0.13.3"
88
rust-version = "1.83"
99
readme = "README.md"
1010
license = "MIT OR Apache-2.0"
@@ -35,11 +35,11 @@ redundant-lifetimes = "warn"
3535
all = "warn"
3636

3737
[workspace.dependencies]
38-
foundry-compilers = { path = "crates/compilers", version = "0.13.2" }
39-
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.13.2" }
40-
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.13.2" }
41-
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.13.2" }
42-
foundry-compilers-core = { path = "crates/core", version = "0.13.2" }
38+
foundry-compilers = { path = "crates/compilers", version = "0.13.3" }
39+
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.13.3" }
40+
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.13.3" }
41+
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.13.3" }
42+
foundry-compilers-core = { path = "crates/core", version = "0.13.3" }
4343

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

0 commit comments

Comments
 (0)