Skip to content

Commit

Permalink
Bump to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shanesmith committed Jul 10, 2017
1 parent 5a9faa4 commit cc34685
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 1.0.0

- Minimum Node version is now 0.12
- Fix command quoting issues on Windows
- New `clean` command to remove merged topic branches
- Improved Bash completion
- Fix reviewer assignment failing on occasion
- Increased speed of `gerrit completion`
- Added log level options `--debug`, `--verbose`, `--loglevel <level>`
- Added unit tests
- New alias `tp` for `topic`
- New commands `add-remote` and `install-hook` to set up existing repository
- New option `--no-hook` for `clone` command
- Improve `recheckout` command reliability
- Better handling of drafts
- Autocomplete prompter for `clone` command
- Tweaked default output format of `patches` command
- Fix querying by change number
- Exit with non-zero code on error


# 0.1.1

- Various minor fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gerrit-cli",
"version": "0.1.1",
"version": "1.0.0",
"description": "Gerrit in your command lines.",
"keywords": [
"gerrit",
Expand Down

0 comments on commit cc34685

Please sign in to comment.