Skip to content

Commit

Permalink
Prepare new release 0.0.3 -> 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goodwinnk committed May 10, 2018
1 parent b88e044 commit 6191fee
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ applicationDistribution.from("src/licenses") {

allprojects {
group 'nk'
version '0.0.3'
version '0.9.0'

ext.applyKotlin = {
apply plugin: 'kotlin'
Expand Down
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 0.9.0

- Experimental git worktree feature support
- Set correct index file when working tree repository is used Nikolay Krasko
- Throw exceptions on unresolved revisions *(thanks to Nicolay Mitropolsky)*
- `cp` command doc updates *(thanks to Nicolay Mitropolsky)*
- Compare only neighbour files in `reduce` command
- Add options for committing files found in `reduce` command
- Create empty files for files that were absent in base branch during `switch`
- Introduce `stats` with information about number of bunch files used
- Show deleted files in `check` command
- Use `since-ref` in `check` instead of always using `HEAD`
- Add third-party libraries licenses
- Exit with non-zero exit code if problems found
- Filter out `out` directory from processing during `switch`

0 comments on commit 6191fee

Please sign in to comment.