Skip to content

Commit

Permalink
Version 0.16
Browse files Browse the repository at this point in the history
Updating changelogs and version bump
  • Loading branch information
achilleas-k committed Mar 5, 2018
1 parent a8b0b8b commit 918a06f
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

**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.

## Version 0.16

### Changes
- Logging changes: More useful logging info and command delimitation.
- Relevant help: When a command is given bad arguments, instead of printing the general help/usage info, it now prints the help/usage for that specific command.
- Fix for stuttering/flashing of text during progress printing on Windows.
- Completely redone command line argument handling and better help formatting.
- New command: `gin repoinfo`
- Prints the information for a single repository on the server

### Relevant PRs
- #172: Logging changes
- #174: Use git annex add --update for locking
- #176: Print gin-cli version to log on initialisation (of the log)
- #177: Update help text
- #181: Error message and output improvements
- #182: Print output status only when text has changed
- #184: Better command line argument parsing
- #187: Fix for configuration paths with spaces
- #188: New command: repoinfo


## Version 0.15

### Changes
Expand Down
9 changes: 9 additions & 0 deletions debdock/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
gin-cli (0.16); urgency=low

* Release 0.16
* Logging changes: More useful logging info and command delimitation.
* Relevant help: When a command is given bad arguments, instead of printing the general help/usage info, it now prints the help/usage for that specific command.
* Fix for stuttering/flashing of text during progress printing on Windows.
* Completely redone command line argument handling and better help formatting.
* New command `gin repoinfo`: Prints the information for a single repository on the server

gin-cli (0.15); urgency=low

* Release 0.15
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.16dev
version=0.16

0 comments on commit 918a06f

Please sign in to comment.