Skip to content

Commit

Permalink
Preparing for 1.1 release
Browse files Browse the repository at this point in the history
Changelogs updated
  • Loading branch information
achilleas-k committed Aug 17, 2018
1 parent eaefac3 commit 0c51cf0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

### Bug fixes
- Fixed a couple of bugs relating to the `add-server` command.
- The port was not being stored properly when using the input prompts to set up a new server configuration.
- In some cases, the host key was not written to the `known_hosts` file in the format required (especially for `localhost`).

### Relevant PRs
- #213: Localhost key fix

## Version 1.0

### Changes
Expand Down
11 changes: 9 additions & 2 deletions debdock/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
gin-cli (1.0b); urgency=low
gin-cli (1.1); urgency=low

* Beta 1.0
* Release 1.1
* Bug fix: The port was not being stored properly when using the input
prompts to set up a new server configuration.
* Bug fix: In some cases, the host key was not written to the `known_hosts` file in the format required (especially for `localhost`).

gin-cli (1.0); urgency=low

* Release 1.0
* New command `gin init`: Initialises a directory as a gin repository without creating a repository on a server.
* New command `gin commit`: Records changes in the local repository without performing an upload and without requiring a remote or an internet connection.
* New command `gin version`: Rolls back files or directories to older versions. With the `--copy-to` flag, retrieves older files without overwriting the current version and copies them to a specific location.
Expand Down

0 comments on commit 0c51cf0

Please sign in to comment.