File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.3.3] - 2026-02-16
11+
12+ ### Fixed
13+
14+ - ** git-issue-import-github** : Missing ` git-issue-lib ` source caused ` cache_platform_user: command not found ` during import/sync
15+ - ** asdf CI test** : Updated to asdf v0.16.5 with correct command syntax (` list all ` , ` set ` ), pick newest version instead of oldest
16+
1017## [ 1.3.2] - 2026-02-16
1118
1219### Fixed
@@ -321,6 +328,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
321328- Optimized for large repositories
322329- Efficient Git plumbing usage
323330
331+ [ 1.3.3 ] : https://github.com/remenoscodes/git-native-issue/compare/v1.3.2...v1.3.3
324332[ 1.3.2 ] : https://github.com/remenoscodes/git-native-issue/compare/v1.3.1...v1.3.2
325333[ 1.3.1 ] : https://github.com/remenoscodes/git-native-issue/compare/v1.3.0...v1.3.1
326334[ 1.3.0 ] : https://github.com/remenoscodes/git-native-issue/compare/v1.2.2...v1.3.0
Original file line number Diff line number Diff line change 11# Maintainer: Emerson Soares <remenoscodes@gmail.com>
22
33pkgname=git-native-issue
4- pkgver=1.3.2
4+ pkgver=1.3.3
55pkgrel=1
66pkgdesc=" Distributed issue tracking using Git's native data model"
77arch=(' any' )
Original file line number Diff line number Diff line change 77
88set -e
99
10- VERSION=" 1.3.2 "
10+ VERSION=" 1.3.3 "
1111
1212usage () {
1313 cat << EOF
You can’t perform that action at this time.
0 commit comments