Skip to content

Commit

Permalink
chore(release): v0.9.0-rc.2 (#1516)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Lewis <[email protected]>
  • Loading branch information
Ian Lewis authored Jul 17, 2024
1 parent 79f1a4c commit 87ad61b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.9.0-rc.2] - 2024-07-17

### Added
### Added in 0.9.0-rc.2

- A new `--blame` option was added which tells todos to try and get the VCS
committer of each TODO.
Expand Down Expand Up @@ -179,7 +179,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release of `todos` CLI application.
- Simple support for scanning directories for TODO/FIXME/BUG/HACK/XXX comments.

[Unreleased]: https://github.com/ianlewis/todos/compare/v0.9.0-rc.1...HEAD
[Unreleased]: https://github.com/ianlewis/todos/compare/v0.9.0-rc.2...HEAD
[0.0.1]: https://github.com/ianlewis/todos/releases/tag/v0.0.1
[0.1.0]: https://github.com/ianlewis/todos/releases/tag/v0.1.0
[0.2.0]: https://github.com/ianlewis/todos/releases/tag/v0.2.0
Expand All @@ -190,3 +190,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.7.0]: https://github.com/ianlewis/todos/releases/tag/v0.7.0
[0.8.0]: https://github.com/ianlewis/todos/releases/tag/v0.8.0
[0.9.0-rc.1]: https://github.com/ianlewis/todos/releases/tag/v0.9.0-rc.1
[0.9.0-rc.2]: https://github.com/ianlewis/todos/releases/tag/v0.9.0-rc.2

0 comments on commit 87ad61b

Please sign in to comment.