Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): v0.9.0 #1533

Merged
merged 1 commit into from
Aug 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 11 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,21 @@ 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).

## [0.9.0-rc.3] - 2024-07-23
## [0.9.0] - 2024-08-02

### 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
([#1520](https://github.com/ianlewis/todos/issues/1520))

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

### 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.

## [0.9.0-rc.1] - 2024-07-13

### Added in v0.9.0-rc.1
### Added in 0.9.0

- Support for [Fortran](https://fortran-lang.org/) was added.
- Generated files are now ignored by default. The option `--include-generated`
was added to allow generated files to be scanned for TODOs.
- A new `--blame` option (BETA) was added which tells todos to try and get the
VCS committer of each TODO.

### Fixed in 0.9.0

- 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
([#1520](https://github.com/ianlewis/todos/issues/1520))

## [0.8.0] - 2024-02-21

Expand Down Expand Up @@ -200,3 +193,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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.9.0]: https://github.com/ianlewis/todos/releases/tag/v0.9.0
Loading