Skip to content

Commit

Permalink
Bump version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
bheisler committed Jul 28, 2021
1 parent 04a9b8f commit c400393
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

# [Unreleased]

## [1.1.0] - 2021-07-28
### Fixed
- Fixed wrong exit code being returned when a panic occurs outside of the function being benchmarked.
- MacOS/Windows: Fix connection issue that manifested itself in a few different ways.
Expand Down Expand Up @@ -63,4 +65,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[1.0.0-alpha3]: https://github.com/bheisler/cargo-criterion/compare/1.0.0-alpha2...1.0.0-alpha3
[1.0.0]: https://github.com/bheisler/cargo-criterion/compare/1.0.0-alpha3...1.0.0
[1.0.1]: https://github.com/bheisler/cargo-criterion/compare/1.0.0-alpha3...1.0.1
[Unreleased]: https://github.com/bheisler/cargo-criterion/compare/1.0.1...HEAD
[1.0.1]: https://github.com/bheisler/cargo-criterion/compare/1.0.1...1.1.0
[Unreleased]: https://github.com/bheisler/cargo-criterion/compare/1.1.0...HEAD
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c400393

Please sign in to comment.