Skip to content

Commit 7cda508

Browse files
committed
Prepare release v1.3.3
1 parent 1f1f604 commit 7cda508

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Emerson Soares <remenoscodes@gmail.com>
22

33
pkgname=git-native-issue
4-
pkgver=1.3.2
4+
pkgver=1.3.3
55
pkgrel=1
66
pkgdesc="Distributed issue tracking using Git's native data model"
77
arch=('any')

bin/git-issue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
set -e
99

10-
VERSION="1.3.2"
10+
VERSION="1.3.3"
1111

1212
usage() {
1313
cat <<EOF

0 commit comments

Comments
 (0)