Skip to content

Commit

Permalink
0.2.2 release (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
caizixian committed Mar 7, 2022
1 parent 36d9bb1 commit 34dc925
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
### Added

### Changed
#### Commands

### Deprecated

### Removed

### Fixed
#### `BinaryBenchmarkSuite`: fixes missing parameter when constructing `BinaryBenchmark` due to a bug in previous refactoring

### Security

Expand Down
2 changes: 1 addition & 1 deletion src/running/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 2, 1)
VERSION = (0, 2, 2)
__VERSION__ = '.'.join(map(str, VERSION))

0 comments on commit 34dc925

Please sign in to comment.