Skip to content

Commit 43da903

Browse files
committed
chore: release 0.7.0
1 parent 3ed1e06 commit 43da903

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,26 @@ 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.7.0](https://github.com/foundry-rs/compilers/releases/tag/v0.7.0) - 2024-06-11
9+
10+
### Bug Fixes
11+
12+
- Always fix windows line endings ([#139](https://github.com/foundry-rs/compilers/issues/139))
13+
14+
### Features
15+
16+
- Track and cache context of each compiler invocation ([#140](https://github.com/foundry-rs/compilers/issues/140))
17+
818
## [0.6.2](https://github.com/foundry-rs/compilers/releases/tag/v0.6.2) - 2024-06-06
919

1020
### Bug Fixes
1121

1222
- Better tracking of cache entries ([#138](https://github.com/foundry-rs/compilers/issues/138))
1323

24+
### Miscellaneous Tasks
25+
26+
- Release 0.6.2
27+
1428
## [0.6.1](https://github.com/foundry-rs/compilers/releases/tag/v0.6.1) - 2024-06-05
1529

1630
### Bug Fixes

Cargo.toml

+1-1
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.6.2"
4+
version = "0.7.0"
55
rust-version = "1.65"
66
readme = "README.md"
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)