-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |