Skip to content

Commit 11c32e8

Browse files
authored
Prepare for release 0.2.0 (#145)
* chore: bump version * chore: update changelog
1 parent dd54752 commit 11c32e8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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.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+
2229
## [0.1.2] - 2021-11-29
2330

2431
### Fixed
@@ -42,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4249
- Solidity instrumentation
4350
- Solidity specific search criteria (i.e., probe coverage)
4451

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
4654
[0.1.2]: https://github.com/syntest-framework/syntest-solidity/releases/tag/v0.1.1...v0.1.2
4755
[0.1.1]: https://github.com/syntest-framework/syntest-solidity/releases/tag/v0.1.0...v0.1.1
4856
[0.1.0]: https://github.com/syntest-framework/syntest-solidity/releases/tag/v0.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syntest/solidity",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "SynTest Solidity is a tool for automatically generating test cases for the Solidity platform",
55
"keywords": [
66
"syntest",

0 commit comments

Comments
 (0)