Skip to content

Commit

Permalink
Version 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-k committed Feb 12, 2018
1 parent a1f137b commit 22baace
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

### New features
- Create repository on the server without cloning: `gin create --no-clone`
- Cannot be used in combination with `--here`.
- Delete public SSH key from the server: `gin keys --delete <index>`

### Relevant PRs:
- #157: Delete key command
- #160: `gin create --no-clone`

## Version 0.12

### New features and feature changes
Expand Down
6 changes: 6 additions & 0 deletions debdock/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
gin-cli (0.13); urgency=low

* Release 0.13
* Create repository on the server without cloning: `gin create --no-clone`. Cannot be used in combination with `--here`.
* Delete public SSH key from the server: `gin keys --delete <index>`

gin-cli (0.12); urgency=low

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

0 comments on commit 22baace

Please sign in to comment.