Skip to content

Commit

Permalink
v0.12: Version bump and changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-k committed Jan 23, 2018
1 parent 2c78ae3 commit a162aec
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

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

## Unreleased
## Version 0.12

### New features and feature changes
- Create repository out of current directory
Expand Down Expand Up @@ -37,6 +37,10 @@
- #135: Platform-specific config and log directories
- #137: Bug fixes and login prompt
- #141: Local config changes: Only annex filtering
- #148: Error handling and messages
- #149: New repository listing command
- #150: Fixes to repos command and error messages
- #153: Minor tweak of `gin repos --json output`

### Known issues
- Some error conditions are not reported properly. In these cases, a command may fail with "unknown error" or in worse cases, appear to succeed without providing information about failure.
Expand Down
6 changes: 4 additions & 2 deletions debdock/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gin-cli (0.12 beta); urgency=low
gin-cli (0.12); urgency=low

* Release 0.12 beta
* Release 0.12
* Support creating new repository and setting up current directory as local
clone: `gin create --here`.
* Support `--json` output for most commands.
Expand All @@ -13,6 +13,8 @@ gin-cli (0.12 beta); urgency=low
* Local config file is never checked into annex, regardless of annex minsize
rule.
* File operations and file transfers now print progress output.
* Repository listing fixed. Supports listing own repositories, shared, or
other user's available repositories.

gin-cli (0.11); urgency=low

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

0 comments on commit a162aec

Please sign in to comment.