Skip to content

Commit f5e0de5

Browse files
committed
Bump to 1.23.2
1 parent 5340129 commit f5e0de5

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

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

1515
Nothing yet.
1616

17-
## [1.23.1] - 2026-04-12
17+
## [1.23.2] - 2026-04-12
1818

1919
### Added
2020

@@ -464,8 +464,8 @@ Nothing yet.
464464

465465
- Initial release
466466

467-
[Unreleased]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.23.1...HEAD
468-
[1.23.1]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.23.0...v1.23.1
467+
[Unreleased]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.23.2...HEAD
468+
[1.23.2]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.23.0...v1.23.2
469469
[1.23.0]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.22.0...v1.23.0
470470
[1.22.0]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.21.0...v1.22.0
471471
[1.21.0]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.20.0...v1.21.0

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For any hook in this repo you wish to use, add the following to your pre-commit
1515

1616
```yaml
1717
- repo: https://github.com/homebysix/pre-commit-macadmin
18-
rev: v1.23.1
18+
rev: v1.23.2
1919
hooks:
2020
- id: check-plists
2121
# - id: ...
@@ -147,7 +147,7 @@ When combining arguments that take lists (for example: `--required-keys`, `--cat
147147

148148
```yaml
149149
- repo: https://github.com/homebysix/pre-commit-macadmin
150-
rev: v1.23.1
150+
rev: v1.23.2
151151
hooks:
152152
- id: check-munki-pkgsinfo
153153
args: ['--catalogs', 'testing', 'stable', '--']
@@ -157,7 +157,7 @@ But if you also use the `--categories` argument, you would move the trailing `--
157157

158158
```yaml
159159
- repo: https://github.com/homebysix/pre-commit-macadmin
160-
rev: v1.23.1
160+
rev: v1.23.2
161161
hooks:
162162
- id: check-munki-pkgsinfo
163163
args: ['--catalogs', 'testing', 'stable', '--categories', 'Design', 'Engineering', 'Web Browsers', '--']
@@ -169,7 +169,7 @@ If it looks better to your eye, feel free to use a multi-line list for long argu
169169

170170
```yaml
171171
- repo: https://github.com/homebysix/pre-commit-macadmin
172-
rev: v1.23.1
172+
rev: v1.23.2
173173
hooks:
174174
- id: check-munki-pkgsinfo
175175
args: [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name="pre-commit-macadmin",
77
description="Pre-commit hooks for Mac admins, client engineers, and IT consultants.",
88
url="https://github.com/homebysix/pre-commit-macadmin",
9-
version="1.23.1",
9+
version="1.23.2",
1010
author="Elliot Jordan",
1111
author_email="elliot@elliotjordan.com",
1212
packages=["pre_commit_macadmin_hooks"],

0 commit comments

Comments
 (0)