Skip to content

Commit 476c4ec

Browse files
committed
Update changelog for pending 1.16.1 release
1 parent d4d1bf9 commit 476c4ec

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,18 @@ All notable changes to this project will be documented in this file. This projec
1414

1515
Nothing yet.
1616

17-
## [1.16.0] - 2024-03-11
17+
## [1.16.1] - 2024-06-08
1818

1919
### Added
2020

2121
- New `format-xml-plist` hook to auto-format XML property list (plist) files to use tabs instead of spaces, and will alphabetically sort keys. (#79, thanks to n8felton)
2222
- New `--valid-shebangs` parameter to specify additional custom shebangs in use for your environment. Works with the `check-munki-pkgsinfo`, `check-jamf-scripts`, `check-jamf-extension-attributes`, `check-outset-scripts`, and `check-munkiadmin-scripts` hooks. (#75, thanks to @kbrewersq)
23+
- Checks to ensure the MinimumVersion key in AutoPkg recipes is a string. (If quotes are omitted in yaml-formatted recipes, this key could be interpreted as a float.)
24+
25+
### Removed
26+
27+
- No longer warn when using AutoPkg MinimumVersion greater than 2.0.
28+
- Python 2 support deprecated and will be removed in the future.
2329

2430
### Changed
2531

@@ -346,8 +352,8 @@ Nothing yet.
346352

347353
- Initial release
348354

349-
[Unreleased]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.16.0...HEAD
350-
[1.16.0]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.15.0...v1.16.0
355+
[Unreleased]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.16.1...HEAD
356+
[1.16.1]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.15.0...v1.16.1
351357
[1.15.0]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.14.1...v1.15.0
352358
[1.14.1]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.14.0...v1.14.1
353359
[1.14.0]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.13.0...v1.14.0

0 commit comments

Comments
 (0)