Skip to content

Commit

Permalink
chore(release): v0.9.0 (#1533)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Lewis <[email protected]>
  • Loading branch information
Ian Lewis authored Aug 2, 2024
1 parent 7c44234 commit a1aec1f
Showing 1 changed file with 11 additions and 17 deletions.
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

0 comments on commit a1aec1f

Please sign in to comment.