-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README * Add ignored revs file * Update CHANGELOG and bump version
- Loading branch information
1 parent
b89a756
commit 2997a3b
Showing
4 changed files
with
24 additions
and
14 deletions.
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,11 @@ | ||
# Since git version 2.23, git-blame has a feature to ignore certain commits. | ||
# | ||
# This file contains a list of commits that are not likely what you are looking | ||
# for in `git blame`. You can set this file as a default ignore file for blame | ||
# by running the following command: | ||
# | ||
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs | ||
|
||
f52463193421e977884da27d8b07778b0992c653 | ||
ec123ec58af9e276e121a71a3655ac01a6a762c4 | ||
9a405bfd98122f9c7480ada8e74f4b6bf790ef83 |
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
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 |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
|
||
module Webmention | ||
module CLI | ||
VERSION = "2.0.0" | ||
VERSION = "3.0.0" | ||
end | ||
end |