From 3610f6aa9fa6cbe90d4c03f7abc7a8d9a8f29d6c Mon Sep 17 00:00:00 2001 From: Rafael Leira Date: Tue, 28 Mar 2023 11:36:39 +0200 Subject: [PATCH] Added version 1.2.4 changelog --- CHANGELOG.md | 5 ++++- pySMART/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a70579..75dc95a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Version 1.2.4 ============= - +- [dev tools] Test reorganization +- [dev tools] Added new tests (issues [#46](https://github.com/truenas/py-SMART/issues/46)) +- Fixed parsing of NVMe devices on some systems / languages (issue [#63](https://github.com/truenas/py-SMART/issues/63)) +- Fixed parsing of NVMe tests on smartmontools >=7.4 (issue [#64](https://github.com/truenas/py-SMART/issues/64)) Version 1.2.3 ============= diff --git a/pySMART/__init__.py b/pySMART/__init__.py index 2b980d6..cffcdff 100644 --- a/pySMART/__init__.py +++ b/pySMART/__init__.py @@ -152,7 +152,7 @@ # autopep8: on -__version__ = '1.2.3' +__version__ = '1.2.4' __all__ = [ 'TestEntry', 'Attribute', 'utils', 'SMARTCTL', 'DeviceList', 'Device', 'smart_health_assement'