Skip to content

Commit fc4dc82

Browse files
committed
Update changelog for 1.13.0
1 parent 1119d5a commit fc4dc82

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ All notable changes to this project will be documented in this file. This projec
1414

1515
Nothing yet.
1616

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')`.
23+
1724
## [1.12.4] - 2023-02-26
1825

1926
### Added
@@ -304,7 +311,8 @@ Nothing yet.
304311

305312
- Initial release
306313

307-
[Unreleased]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.12.4...HEAD
314+
[Unreleased]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.13.0...HEAD
315+
[1.13.0]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.12.4...v1.13.0
308316
[1.12.4]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.12.3...v1.12.4
309317
[1.12.3]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.12.2...v1.12.3
310318
[1.12.2]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.12.1...v1.12.2

0 commit comments

Comments
 (0)