Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Commit a6a2b1d

Browse files
committed
chore: release 0.3.0
1 parent 37d6178 commit a6a2b1d

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,41 @@ 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.3.0](https://github.com/foundry-rs/compilers/releases/tag/v0.3.0) - 2024-01-31
9+
10+
### Dependencies
11+
12+
- Remove unnecessary dependencies ([#65](https://github.com/foundry-rs/compilers/issues/65))
13+
- Bump to 0.8.24 in tests ([#59](https://github.com/foundry-rs/compilers/issues/59))
14+
15+
### Miscellaneous Tasks
16+
17+
- Enable some lints ([#64](https://github.com/foundry-rs/compilers/issues/64))
18+
- Remove wasm cfgs ([#61](https://github.com/foundry-rs/compilers/issues/61))
19+
- Add more tracing around spawning Solc ([#57](https://github.com/foundry-rs/compilers/issues/57))
20+
- Rename output to into_output ([#56](https://github.com/foundry-rs/compilers/issues/56))
21+
- Add some tracing ([#55](https://github.com/foundry-rs/compilers/issues/55))
22+
23+
### Other
24+
25+
- Flatten fixes ([#63](https://github.com/foundry-rs/compilers/issues/63))
26+
- Update actions@checkout ([#66](https://github.com/foundry-rs/compilers/issues/66))
27+
- Add concurrency to ci.yml ([#62](https://github.com/foundry-rs/compilers/issues/62))
28+
- Fix tests name ([#60](https://github.com/foundry-rs/compilers/issues/60))
29+
30+
### Refactor
31+
32+
- Rewrite examples without wrapper functions and with no_run ([#58](https://github.com/foundry-rs/compilers/issues/58))
33+
34+
### Testing
35+
36+
- Ignore old solc version test ([#67](https://github.com/foundry-rs/compilers/issues/67))
37+
838
## [0.2.5](https://github.com/foundry-rs/compilers/releases/tag/v0.2.5) - 2024-01-29
939

1040
### Miscellaneous Tasks
1141

42+
- Release 0.2.5
1243
- [clippy] Make clippy happy ([#54](https://github.com/foundry-rs/compilers/issues/54))
1344

1445
### Other

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "foundry-compilers"
33
authors = ["Foundry Maintainers"]
4-
version = "0.2.5"
4+
version = "0.3.0"
55
rust-version = "1.65"
66
readme = "README.md"
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)