File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 macos :
1111 name : " Build release on MacOS"
12- runs-on : macos-12
12+ runs-on : macos-13
1313 if : startsWith(github.ref, 'refs/tags/')
1414 permissions :
1515 contents : write
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.4.1] - 2025-01-01
11+
12+ * Fix published binary to reflect ` 1.4.x ` instead of ` 1.3.x `
13+
1014## [ 1.4.0] - 2024-11-23
1115
1216* Add usage example to README (#40 )
@@ -51,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5155
5256* This is the initial release
5357
54- [ Unreleased ] : https://github.com/chipsenkbeil/choose/compare/1.4.0...HEAD
58+ [ Unreleased ] : https://github.com/chipsenkbeil/choose/compare/1.4.1...HEAD
59+ [ 1.4.1 ] : https://github.com/chipsenkbeil/choose/compare/1.4.0...1.4.1
5560[ 1.4.0 ] : https://github.com/chipsenkbeil/choose/compare/1.3.1...1.4.0
5661[ 1.3.1 ] : https://github.com/chipsenkbeil/choose/compare/1.3.0...1.3.1
5762[ 1.3.0 ] : https://github.com/chipsenkbeil/choose/compare/1.2.1...1.3.0
Original file line number Diff line number Diff line change 99 <key >CFBundleInfoDictionaryVersion </key >
1010 <string >6.0 </string >
1111 <key >CFBundleShortVersionString </key >
12- <string >1.3 .1 </string >
12+ <string >1.4 .1 </string >
1313 <key >CFBundleVersion </key >
14- <string >1.3 .1 </string >
14+ <string >1.4 .1 </string >
1515 <key >LSApplicationCategoryType </key >
1616 <string >public.app-category.productivity </string >
1717 <key >LSMinimumSystemVersion </key >
1818 <string >${MACOSX_DEPLOYMENT_TARGET} </string >
1919 <key >NSHumanReadableCopyright </key >
20- <string >Copyright © 2023 Chip Senkbeil. All rights reserved. </string >
20+ <string >Copyright © 2025 Chip Senkbeil. All rights reserved. </string >
2121 <key >NSPrincipalClass </key >
2222 <string >NSApplication </string >
2323 <key >LSUIElement </key >
You can’t perform that action at this time.
0 commit comments