Skip to content

Commit

Permalink
Update the changelog for v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellolsthoorn authored Oct 21, 2021
1 parent a8f56dc commit 4ce93eb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## [0.1.1] - 2021-10-22

### Fixed

- The execution binary was using the wrong Truffle plugin name
- The few JavaScript files in the project were not packaged

## [0.1.0] - 2021-10-18

### Added
Expand All @@ -28,5 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Solidity instrumentation
- Solidity specific search criteria (i.e., probe coverage)

[unreleased]: https://github.com/syntest-framework/syntest-framework/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/syntest-framework/syntest-framework/releases/tag/v0.1.0
[unreleased]: https://github.com/syntest-framework/syntest-solidity/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/syntest-framework/syntest-solidity/releases/tag/v0.1.0...v0.1.1
[0.1.0]: https://github.com/syntest-framework/syntest-solidity/releases/tag/v0.1.0

0 comments on commit 4ce93eb

Please sign in to comment.