File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
20
20
### Security
21
21
22
+ ## [ 0.2.0] - 2023-01-18
23
+
24
+ ### Added
25
+
26
+ - Solc compiler version picking through configuration
27
+ - Language specific parsing interfaces from the core
28
+
22
29
## [ 0.1.2] - 2021-11-29
23
30
24
31
### Fixed
@@ -42,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
42
49
- Solidity instrumentation
43
50
- Solidity specific search criteria (i.e., probe coverage)
44
51
45
- [ unreleased ] : https://github.com/syntest-framework/syntest-solidity/compare/v0.1.2...HEAD
52
+ [ unreleased ] : https://github.com/syntest-framework/syntest-solidity/compare/v0.2.0...HEAD
53
+ [ 0.2.0 ] : https://github.com/syntest-framework/syntest-solidity/releases/tag/v0.1.2...v0.2.0
46
54
[ 0.1.2 ] : https://github.com/syntest-framework/syntest-solidity/releases/tag/v0.1.1...v0.1.2
47
55
[ 0.1.1 ] : https://github.com/syntest-framework/syntest-solidity/releases/tag/v0.1.0...v0.1.1
48
56
[ 0.1.0 ] : https://github.com/syntest-framework/syntest-solidity/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @syntest/solidity" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " SynTest Solidity is a tool for automatically generating test cases for the Solidity platform" ,
5
5
"keywords" : [
6
6
" syntest" ,
You can’t perform that action at this time.
0 commit comments