@@ -5,21 +5,38 @@ 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.8 .0] ( https://github.com/foundry-rs/compilers/releases/tag/v0.8 .0 ) - 2024-06-17
8
+ ## [ 0.9 .0] ( https://github.com/foundry-rs/compilers/releases/tag/v0.9 .0 ) - 2024-06-29
9
9
10
10
### Bug Fixes
11
11
12
+ - Doctests ([ #154 ] ( https://github.com/foundry-rs/compilers/issues/154 ) )
12
13
- [ flatten] Small bugs ([ #153 ] ( https://github.com/foundry-rs/compilers/issues/153 ) )
13
14
15
+ ### Dependencies
16
+
17
+ - Cleanup workspace deps ([ #158 ] ( https://github.com/foundry-rs/compilers/issues/158 ) )
18
+
19
+ ### Features
20
+
21
+ - Respect ` paths.libraries ` for Vyper ([ #159 ] ( https://github.com/foundry-rs/compilers/issues/159 ) )
22
+
14
23
### Miscellaneous Tasks
15
24
25
+ - Improve stripping file prefixes ([ #164 ] ( https://github.com/foundry-rs/compilers/issues/164 ) )
26
+ - Improve some trace-level logs ([ #163 ] ( https://github.com/foundry-rs/compilers/issues/163 ) )
27
+ - Remove most impl AsRef<str,Path> ([ #157 ] ( https://github.com/foundry-rs/compilers/issues/157 ) )
28
+ - Clarify version cache lock ([ #160 ] ( https://github.com/foundry-rs/compilers/issues/160 ) )
29
+ - Sort derives, derive Eq more ([ #161 ] ( https://github.com/foundry-rs/compilers/issues/161 ) )
30
+ - [ meta] Update CODEOWNERS
31
+ - Release 0.8.0
16
32
- Rename foundry-compilers-project into foundry-compilers ([ #152 ] ( https://github.com/foundry-rs/compilers/issues/152 ) )
17
33
- Clippy
18
34
- Move lints to workspace ([ #149 ] ( https://github.com/foundry-rs/compilers/issues/149 ) )
19
35
- Remove unused files and workflow ([ #148 ] ( https://github.com/foundry-rs/compilers/issues/148 ) )
20
36
21
37
### Other
22
38
39
+ - Symlink readme
23
40
- Sync workflows
24
41
25
42
### Performance
@@ -28,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
45
29
46
### Refactor
30
47
48
+ - Unify sources and filtered sources ([ #162 ] ( https://github.com/foundry-rs/compilers/issues/162 ) )
31
49
- [ flatten] Move compilation logic into ` Flattener ` ([ #143 ] ( https://github.com/foundry-rs/compilers/issues/143 ) )
32
50
- Extract artifacts to a separate crate ([ #142 ] ( https://github.com/foundry-rs/compilers/issues/142 ) )
33
51
@@ -603,4 +621,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
603
621
604
622
- Repo improvements ([ #13 ] ( https://github.com/foundry-rs/compilers/issues/13 ) )
605
623
606
- <!-- generated by git-cliff -->
624
+ <!-- generated by git-cliff -->
0 commit comments