Skip to content

Commit cc34685

Browse files
committed
Bump to version 1.0.0
1 parent 5a9faa4 commit cc34685

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# 1.0.0
2+
3+
- Minimum Node version is now 0.12
4+
- Fix command quoting issues on Windows
5+
- New `clean` command to remove merged topic branches
6+
- Improved Bash completion
7+
- Fix reviewer assignment failing on occasion
8+
- Increased speed of `gerrit completion`
9+
- Added log level options `--debug`, `--verbose`, `--loglevel <level>`
10+
- Added unit tests
11+
- New alias `tp` for `topic`
12+
- New commands `add-remote` and `install-hook` to set up existing repository
13+
- New option `--no-hook` for `clone` command
14+
- Improve `recheckout` command reliability
15+
- Better handling of drafts
16+
- Autocomplete prompter for `clone` command
17+
- Tweaked default output format of `patches` command
18+
- Fix querying by change number
19+
- Exit with non-zero code on error
20+
21+
122
# 0.1.1
223

324
- Various minor fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gerrit-cli",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"description": "Gerrit in your command lines.",
55
"keywords": [
66
"gerrit",

0 commit comments

Comments
 (0)