Skip to content

Commit d3ed87b

Browse files
committed
update changelog and version bump
1 parent bba7563 commit d3ed87b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11

22
Version 1.1.0
33
=============
4-
- Minnor fixes
4+
- Minor fixes
5+
- Added tests
56
- **Breaking changes**
67
- **Typing**:
78
- Tests and attributes have been typed. This may cause some exceptions if you have been attached to the "everything is a string" previously philosophy.
8-
- Some attributes have been kept back for compatibility but others (like num) have been directly converted into int. Test everything after the upgrade
9-
- Other typing changes migh take place in the future when it is confirmed that smartctl always use a fixed time instead "anything" (str for us).
10-
- **device.tests**: Now returns empty list instead of None when there is no tests present
9+
- Some attributes have been kept back for compatibility but others (like num) have been directly converted into an integer. Test everything after the upgrade
10+
- Other typing changes might take place in the future when it is confirmed that smartctl always uses a fixed time instead of "anything" (str for us).
11+
- **device.tests**: Now returns an empty list instead of None when there are no tests present
12+
- **device.diags**: Device.diags have been deprecated and moved into a class called Diagnostics. For compatibility reasons, a property called "diags" has been created. This property simulates the old diags behavior.
1113

1214
Version 1.0.6
1315
=============

pySMART/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@
111111
# autopep8: on
112112

113113

114-
__version__ = '1.0.6'
114+
__version__ = '1.1.0'

0 commit comments

Comments
 (0)