File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
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.1.2] - 2021-11-29
23
+
24
+ ### Fixed
25
+
26
+ - The help and version commands of the CLI were not working properly
27
+ - Removed the failing docker workflow
28
+
22
29
## [ 0.1.1] - 2021-10-22
23
30
24
31
### Fixed
@@ -35,6 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
42
- Solidity instrumentation
36
43
- Solidity specific search criteria (i.e., probe coverage)
37
44
38
- [ unreleased ] : https://github.com/syntest-framework/syntest-solidity/compare/v0.1.1...HEAD
45
+ [ unreleased ] : https://github.com/syntest-framework/syntest-solidity/compare/v0.1.2...HEAD
46
+ [ 0.1.2 ] : https://github.com/syntest-framework/syntest-solidity/releases/tag/v0.1.1...v0.1.2
39
47
[ 0.1.1 ] : https://github.com/syntest-framework/syntest-solidity/releases/tag/v0.1.0...v0.1.1
40
48
[ 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.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"description" : " SynTest Solidity is a tool for automatically generating test cases for the Solidity platform" ,
5
5
"keywords" : [
6
6
" syntest" ,
49
49
},
50
50
"dependencies" : {
51
51
"@solidity-parser/parser" : " ^0.6.0" ,
52
- "@syntest/framework" : " ^0.1.1 " ,
52
+ "@syntest/framework" : " ^0.1.2 " ,
53
53
"@truffle/config" : " ^1.2.44" ,
54
54
"@truffle/provider" : " ^0.1.17" ,
55
55
"bignumber.js" : " ^9.0.1" ,
You can’t perform that action at this time.
0 commit comments