Skip to content

Commit 6c9ebd3

Browse files
committed
v2.0.1
1 parent cb2942b commit 6c9ebd3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [2.0.1] - 2022-03-04
4+
5+
### Fixed
6+
7+
- `TypeError` exception on `-Tu`
8+
39
## [2.0.0] - 2022-03-03
410

511
### Added
@@ -67,6 +73,7 @@ The first release of `ioztat` builds on efforts from the Reddit r/zfs community,
6773
- u/d1722825 (substantial refactoring and cleanup)
6874
- u/mercenary_sysadmin (addition of the -y flag to allow for easy use with the GNU watch command)
6975

76+
[2.0.1]: https://github.com/jimsalterjrs/ioztat/releases/tag/v2.0.1
7077
[2.0.0]: https://github.com/jimsalterjrs/ioztat/releases/tag/v2.0.0
7178
[1.1.0]: https://github.com/jimsalterjrs/ioztat/releases/tag/v1.1.0
7279
[1.0.0]: https://github.com/jimsalterjrs/ioztat/releases/tag/v1.0.0

ioztat

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import signal
3737
import sys
3838
import time
3939

40-
PROGRAM_VERSION = '2.0.1-dev'
40+
PROGRAM_VERSION = '2.0.1'
4141

4242
# We have little interesting to do with these signals - restore default handlers
4343
# so our WIFSIGNALED() state propagates properly to the shell

0 commit comments

Comments
 (0)