diff --git a/CHANGELOG.md b/CHANGELOG.md index ef2ad9cd..628e5a4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.10.0] - 2024-10-31 -### Added +### Added in 0.10.0 - A new `--label` flag was added to support filtering TODOs by label ([#1562](https://github.com/ianlewis/todos/issues/1562)). @@ -196,7 +196,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.3...HEAD +[Unreleased]: https://github.com/ianlewis/todos/compare/v0.10.0...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 @@ -210,3 +210,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [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.9.0]: https://github.com/ianlewis/todos/releases/tag/v0.9.0 +[0.10.0]: https://github.com/ianlewis/todos/releases/tag/v0.10.0