Skip to content

Commit 3204c25

Browse files
committed
Merge branch 'main' of github.com:syntest-framework/syntest-solidity into main
2 parents 3a98d76 + fcd2ef8 commit 3204c25

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Security
2121

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+
2229
## [0.1.1] - 2021-10-22
2330

2431
### Fixed
@@ -35,6 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3542
- Solidity instrumentation
3643
- Solidity specific search criteria (i.e., probe coverage)
3744

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
3947
[0.1.1]: https://github.com/syntest-framework/syntest-solidity/releases/tag/v0.1.0...v0.1.1
4048
[0.1.0]: https://github.com/syntest-framework/syntest-solidity/releases/tag/v0.1.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syntest/solidity",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "SynTest Solidity is a tool for automatically generating test cases for the Solidity platform",
55
"keywords": [
66
"syntest",
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@solidity-parser/parser": "^0.6.0",
52-
"@syntest/framework": "^0.1.1",
52+
"@syntest/framework": "^0.1.2",
5353
"@truffle/config": "^1.2.44",
5454
"@truffle/provider": "^0.1.17",
5555
"bignumber.js": "^9.0.1",

0 commit comments

Comments
 (0)