Skip to content

Commit

Permalink
chore(release): Release v0.9.0-rc.3 (#1523)
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 23, 2024
1 parent 2cb7246 commit 43c4d03
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.3] - 2024-07-23

### Fixed
### Fixed in 0.9.0-rc.3

- Fixed a bug where TODOs were not being reported if they were located after a
multi-line comment with no TODOs in the same file
Expand Down Expand Up @@ -187,7 +187,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.2...HEAD
[Unreleased]: https://github.com/ianlewis/todos/compare/v0.9.0-rc.3...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 @@ -199,3 +199,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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.9.0-rc.3]: https://github.com/ianlewis/todos/releases/tag/v0.9.0-rc.3

0 comments on commit 43c4d03

Please sign in to comment.