Skip to content

Commit 9794704

Browse files
authored
0.2.1 release (#55)
1 parent 488f6fd commit 9794704

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/src/changelog.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
### Changed
66
#### Commands
7-
- `runbms` now skips printing CPU frequencies if the system doesn't support it, e.g., when using Docker Desktop on Mac.
87

98
### Deprecated
109

@@ -15,6 +14,15 @@
1514

1615
### Security
1716

17+
## [`v0.2.1` (2022-03-05)](https://github.com/anupli/running-ng/releases/tag/v0.2.1)
18+
### Changed
19+
#### Commands
20+
- `runbms` now skips printing CPU frequencies if the system doesn't support it, e.g., when using Docker Desktop on Mac.
21+
22+
### Fixed
23+
#### Benchmark Suites
24+
- `BinaryBenchmarkSuite`: fixes missing parameter when constructing `BinaryBenchmark` due to a bug in previous refactoring
25+
1826
## [`v0.2.0` (2022-02-20)](https://github.com/anupli/running-ng/releases/tag/v0.2.0)
1927
### Added
2028
#### Base Configurations

src/running/__version__.py

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

0 commit comments

Comments
 (0)