Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-harvey committed May 13, 2020
1 parent ee77461 commit c92f9d4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog

### v1.1.0

#### Change that may be breaking for an obscure use case

* Output more helpful message in case there are no deletable branches when `git curate` run without `-l`/`--list` flag.

This will be a breaking change but only in the unlikely event that the output of `git curate` is being piped
through or processed by another program when run in _interactive_ (non-`--list`) mode.

_New behaviour when there are no deletable branches:_
Outputs `There are no local branches that can be deleted.`

_Old behaviour when there are no deletable branches:_
Outputs (irrelevantly and confusingly) the legend of interactive commands, followed by the message
`No branches deleted.`

### v1.0.2

* Fix incorrect status-vs-upstream when commit subject begins with square-bracket-enclosed string.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.0.2
1.1.0
2 changes: 1 addition & 1 deletion lib/git_curate/version.rb
@@ -1,3 +1,3 @@
module GitCurate
VERSION = "1.0.2"
VERSION = "1.1.0"
end

0 comments on commit c92f9d4

Please sign in to comment.