Skip to content

Commit 27f95e5

Browse files
committed
Bump version to 1.5.0
1 parent fd98913 commit 27f95e5

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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.5.0] - 2025-02-08
11+
12+
* Support running shell scripts when typing queries (#53)
13+
1014
## [1.4.1] - 2025-01-01
1115

1216
* Fix published binary to reflect `1.4.x` instead of `1.3.x`
@@ -55,7 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5559

5660
* This is the initial release
5761

58-
[Unreleased]: https://github.com/chipsenkbeil/choose/compare/1.4.1...HEAD
62+
[Unreleased]: https://github.com/chipsenkbeil/choose/compare/1.5.0...HEAD
63+
[1.5.0]: https://github.com/chipsenkbeil/choose/compare/1.4.1...1.5.0
5964
[1.4.1]: https://github.com/chipsenkbeil/choose/compare/1.4.0...1.4.1
6065
[1.4.0]: https://github.com/chipsenkbeil/choose/compare/1.3.1...1.4.0
6166
[1.3.1]: https://github.com/chipsenkbeil/choose/compare/1.3.0...1.3.1

Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<key>CFBundleInfoDictionaryVersion</key>
1010
<string>6.0</string>
1111
<key>CFBundleShortVersionString</key>
12-
<string>1.4.1</string>
12+
<string>1.5.0</string>
1313
<key>CFBundleVersion</key>
14-
<string>1.4.1</string>
14+
<string>1.5.0</string>
1515
<key>LSApplicationCategoryType</key>
1616
<string>public.app-category.productivity</string>
1717
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)