Skip to content

Commit 2fbb22c

Browse files
committed
chore(release): bump version
1 parent dfedb0d commit 2fbb22c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [2.3.3] - 2023-06-30
8+
79
- Remove deprecated Kotlin/Native targets. See [kotl.in/native-targets-tiers](https://kotl.in/native-targets-tiers).
810
- Fix build configuration error that prevented Linux targets from published. Versions 2.3.0 through 2.3.2 did not have Linux artifacts published.
11+
- Upgrade to Kotlin 1.8.22
912

1013
## [2.3.2] - 2023-04-18
1114

@@ -72,7 +75,9 @@ All notable changes to this project will be documented in this file.
7275

7376
Initial release
7477

75-
[Unreleased]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.2..develop
78+
[Unreleased]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.3..develop
79+
80+
[2.3.3]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.2..v2.3.3
7681

7782
[2.3.2]: https://github.com/android-password-store/sublime-fuzzy/compare/v2.3.1..v2.3.2
7883

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ kotlin.native.ignoreDisabledTargets=true
1111

1212
# Maven publishing
1313
GROUP=com.github.android-password-store
14-
VERSION_NAME=2.3.2
14+
VERSION_NAME=2.3.3
1515
POM_ARTIFACT_ID=sublime-fuzzy
1616
POM_NAME=sublime-fuzzy
1717
POM_DESCRIPTION=Kotlin implementation of Sublime Text's fuzzy search algorithm

0 commit comments

Comments
 (0)