File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,26 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
18
## [ 0.6.2] ( https://github.com/foundry-rs/compilers/releases/tag/v0.6.2 ) - 2024-06-06
9
19
10
20
### Bug Fixes
11
21
12
22
- Better tracking of cache entries ([ #138 ] ( https://github.com/foundry-rs/compilers/issues/138 ) )
13
23
24
+ ### Miscellaneous Tasks
25
+
26
+ - Release 0.6.2
27
+
14
28
## [ 0.6.1] ( https://github.com/foundry-rs/compilers/releases/tag/v0.6.1 ) - 2024-06-05
15
29
16
30
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " foundry-compilers"
3
3
authors = [" Foundry Maintainers" ]
4
- version = " 0.6.2 "
4
+ version = " 0.7.0 "
5
5
rust-version = " 1.65"
6
6
readme = " README.md"
7
7
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments