Skip to content

Commit 3334895

Browse files
committed
Version 1.6
1 parent 077a1dd commit 3334895

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
**Beta** releases are not listed. Changes for beta releases are included in the next full release. Current changes are listed in the top **Unreleased** section.
44

5+
## Version 1.6
6+
7+
### Bug fixes
8+
- Fixed bug where commands `repos` and `repoinfo` would still prompt for login when called with `--json` flag and the user was not logged in. Commands invoked with the `--json` flag should never prompt for any input.
9+
- Fixed colour output in Windows.
10+
- Fixed bug where annexed content would also be added to git on Windows.
11+
12+
### Relevant PRs
13+
- #236: Don't prompt for login with --json
14+
- #237: Windows colours
15+
- #241: Fix for adding annexed content to git on Windows
16+
517
## Version 1.5
618

719
### Bug fixes

debdock/debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
gin-cli (1.6); urgency=low
2+
3+
* Release 1.6
4+
* Fixed bug where commands `repos` and `repoinfo` would still prompt for login when called with `--json` flag and the user was not logged in. Commands invoked with the `--json` flag should never prompt for any input.
5+
* Fixed colour output in Windows.
6+
* Fixed bug where annexed content would also be added to git on Windows.
7+
18
gin-cli (1.5); urgency=low
29

310
* Release 1.5

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.5
1+
version=1.6

0 commit comments

Comments
 (0)