-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a changelog and updated the readme
- Loading branch information
1 parent
109fa07
commit 64b2eaa
Showing
2 changed files
with
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Version 1.0.1 | ||
|
||
Git tag: `v1.0.1`. | ||
|
||
- Added `--quiet` (`-q`) to suppress changes output. | ||
- Added `--version` to display crate version. | ||
- Filenames are now only displayed when there are changes for the file. | ||
- Filenames are now only displayed once the file has been read and the changes | ||
found. If an error occurs when reading or finding changes, the filename | ||
underlined by `=`s will not be displayed. | ||
|
||
# Version 1.0.0 | ||
|
||
Git tag: `v1.0.0`. | ||
|
||
First published version and start of the changelog. |
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