You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,13 @@ All notable changes to this project will be documented in this file. This projec
14
14
15
15
Nothing yet.
16
16
17
+
## [1.13.0] - 2023-11-18
18
+
19
+
### Changed
20
+
21
+
- Now uses `packaging.version.Version` instead of `distutils.version.LooseVersion` for AutoPkg version comparisons. This may cause unexpected behavior if unusual versions are used in `MinimumVersion` keys.
22
+
- Updated `yaml.safe_load()` to `YAML(typ='safe')`.
0 commit comments