Skip to content

Commit 10aeab3

Browse files
chore(release): 1.7.2 [skip ci]
## [1.7.2](v1.7.1...v1.7.2) (2025-12-30) ### Bug Fixes * release HID resources to prevent leak ([d38efde](d38efde)), closes [#9](#9)
1 parent d38efde commit 10aeab3

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.7.2](https://github.com/angristan/MacThrottle/compare/v1.7.1...v1.7.2) (2025-12-30)
2+
3+
4+
### Bug Fixes
5+
6+
* release HID resources to prevent leak ([d38efde](https://github.com/angristan/MacThrottle/commit/d38efde9b077c02cf921c851dec0fb1d7418d061)), closes [#9](https://github.com/angristan/MacThrottle/issues/9)
7+
18
## [1.7.1](https://github.com/angristan/MacThrottle/compare/v1.7.0...v1.7.1) (2025-12-29)
29

310

MacThrottle.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
CODE_SIGN_ENTITLEMENTS = MacThrottle/MacThrottle.entitlements;
322322
CODE_SIGN_STYLE = Automatic;
323323
COMBINE_HIDPI_IMAGES = YES;
324-
CURRENT_PROJECT_VERSION = 171;
324+
CURRENT_PROJECT_VERSION = 172;
325325
DEAD_CODE_STRIPPING = YES;
326326
DEVELOPMENT_TEAM = "";
327327
ENABLE_HARDENED_RUNTIME = YES;
@@ -333,7 +333,7 @@
333333
"$(inherited)",
334334
"@executable_path/../Frameworks",
335335
);
336-
MARKETING_VERSION = 1.7.1;
336+
MARKETING_VERSION = 1.7.2;
337337
PRODUCT_BUNDLE_IDENTIFIER = com.macthrottle.app;
338338
PRODUCT_NAME = "$(TARGET_NAME)";
339339
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -349,7 +349,7 @@
349349
CODE_SIGN_ENTITLEMENTS = MacThrottle/MacThrottle.entitlements;
350350
CODE_SIGN_STYLE = Automatic;
351351
COMBINE_HIDPI_IMAGES = YES;
352-
CURRENT_PROJECT_VERSION = 171;
352+
CURRENT_PROJECT_VERSION = 172;
353353
DEAD_CODE_STRIPPING = YES;
354354
DEVELOPMENT_TEAM = "";
355355
ENABLE_HARDENED_RUNTIME = YES;
@@ -361,7 +361,7 @@
361361
"$(inherited)",
362362
"@executable_path/../Frameworks",
363363
);
364-
MARKETING_VERSION = 1.7.1;
364+
MARKETING_VERSION = 1.7.2;
365365
PRODUCT_BUNDLE_IDENTIFIER = com.macthrottle.app;
366366
PRODUCT_NAME = "$(TARGET_NAME)";
367367
SWIFT_EMIT_LOC_STRINGS = YES;

0 commit comments

Comments
 (0)