@@ -5,37 +5,12 @@ 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.12.7 ] ( https://github.com/foundry-rs/compilers/releases/tag/v0.12.7 ) - 2024-12-05
8
+ ## [ 0.12.8 ] ( https://github.com/foundry-rs/compilers/releases/tag/v0.12.8 ) - 2024-12-13
9
9
10
10
### Bug Fixes
11
11
12
+ - Correctly merge restrictions ([ #234 ] ( https://github.com/foundry-rs/compilers/issues/234 ) )
12
13
- Vyper version comparison typo ([ #232 ] ( https://github.com/foundry-rs/compilers/issues/232 ) )
13
-
14
- ## [ 0.12.6] ( https://github.com/foundry-rs/compilers/releases/tag/v0.12.6 ) - 2024-12-04
15
-
16
- ### Miscellaneous Tasks
17
-
18
- - Release 0.12.6
19
-
20
- ### Performance
21
-
22
- - Don't request unnecessary output ([ #231 ] ( https://github.com/foundry-rs/compilers/issues/231 ) )
23
-
24
- ## [ 0.12.5] ( https://github.com/foundry-rs/compilers/releases/tag/v0.12.5 ) - 2024-12-04
25
-
26
- ### Miscellaneous Tasks
27
-
28
- - Release 0.12.5
29
- - Release 0.12.5
30
-
31
- ### Refactor
32
-
33
- - Make Contract generic for Compiler and add metadata to CompilerOutput ([ #224 ] ( https://github.com/foundry-rs/compilers/issues/224 ) )
34
-
35
- ## [ 0.12.4] ( https://github.com/foundry-rs/compilers/releases/tag/v0.12.4 ) - 2024-12-02
36
-
37
- ### Bug Fixes
38
-
39
14
- Add fallback parser for contract names ([ #229 ] ( https://github.com/foundry-rs/compilers/issues/229 ) )
40
15
- Fix minor grammatical issue in project documentation ([ #226 ] ( https://github.com/foundry-rs/compilers/issues/226 ) )
41
16
@@ -45,12 +20,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
45
20
46
21
### Miscellaneous Tasks
47
22
23
+ - Release 0.12.7
24
+ - Release 0.12.6
25
+ - Release 0.12.5
26
+ - Release 0.12.5
48
27
- Release 0.12.4
49
28
50
29
### Other
51
30
31
+ - Move deny to ci ([ #233 ] ( https://github.com/foundry-rs/compilers/issues/233 ) )
52
32
- Add note about grammar,spelling prs ([ #228 ] ( https://github.com/foundry-rs/compilers/issues/228 ) )
53
33
34
+ ### Performance
35
+
36
+ - Don't request unnecessary output ([ #231 ] ( https://github.com/foundry-rs/compilers/issues/231 ) )
37
+
38
+ ### Refactor
39
+
40
+ - Make Contract generic for Compiler and add metadata to CompilerOutput ([ #224 ] ( https://github.com/foundry-rs/compilers/issues/224 ) )
41
+
54
42
## [ 0.12.3] ( https://github.com/foundry-rs/compilers/releases/tag/v0.12.3 ) - 2024-11-20
55
43
56
44
### Bug Fixes
@@ -89,7 +77,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
89
77
- Sanitize ` settings.optimizer.details.inliner ` ([ #216 ] ( https://github.com/foundry-rs/compilers/issues/216 ) )
90
78
- [ tests] Always try installing pinned solc ([ #217 ] ( https://github.com/foundry-rs/compilers/issues/217 ) )
91
79
- Outdated merge build error
92
- - Correctly handle b as pre-release in Vyper version ([ #213 ] ( https://github.com/foundry-rs/compilers/issues/213 ) )
93
80
94
81
### Features
95
82
@@ -102,6 +89,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102
89
- Remove outdated ` ref ` patterns ([ #218 ] ( https://github.com/foundry-rs/compilers/issues/218 ) )
103
90
- Inline constants in Settings::sanitize ([ #219 ] ( https://github.com/foundry-rs/compilers/issues/219 ) )
104
91
- Use Version::new over .parse ([ #220 ] ( https://github.com/foundry-rs/compilers/issues/220 ) )
92
+
93
+ ## [ 0.11.6] ( https://github.com/foundry-rs/compilers/releases/tag/v0.11.6 ) - 2024-10-16
94
+
95
+ ### Bug Fixes
96
+
97
+ - Correctly handle b as pre-release in Vyper version ([ #213 ] ( https://github.com/foundry-rs/compilers/issues/213 ) )
98
+
99
+ ### Miscellaneous Tasks
100
+
105
101
- Release 0.11.6
106
102
107
103
## [ 0.11.5] ( https://github.com/foundry-rs/compilers/releases/tag/v0.11.5 ) - 2024-10-14
0 commit comments