-
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.
- 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
# Changelog | ||
|
||
|
||
## v0.1.1 | ||
|
||
[compare changes](https://github.com/azat-io/todoctor/compare/v0.1.0...v0.1.1) | ||
|
||
### 🚀 Features | ||
|
||
- Add month cli argument ([edf5b95](https://github.com/azat-io/todoctor/commit/edf5b95)) | ||
- Add ignore cli argument ([6e6aac0](https://github.com/azat-io/todoctor/commit/6e6aac0)) | ||
- Improve todo comment identification ([72f597a](https://github.com/azat-io/todoctor/commit/72f597a)) | ||
- Add no todos block ([e282509](https://github.com/azat-io/todoctor/commit/e282509)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Azat S. ([@azat-io](http://github.com/azat-io)) | ||
|
||
## v0.1.0 | ||
|
||
### 🔥️️ Initial Release |
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,7 +2,7 @@ | |
"name": "todoctor", | ||
"description": "CLI tool to track and visualize TODO comments in Git repositories", | ||
"type": "module", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"repository": "azat-io/todoctor", | ||
"author": "Azat S. <[email protected]>", | ||
"license": "MIT", | ||
|