Skip to content

Commit 34dc925

Browse files
authored
0.2.2 release (#57)
1 parent 36d9bb1 commit 34dc925

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/src/changelog.md

-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
### Added
44

55
### Changed
6-
#### Commands
76

87
### Deprecated
98

109
### Removed
1110

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

1513
### Security
1614

src/running/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (0, 2, 1)
1+
VERSION = (0, 2, 2)
22
__VERSION__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)