Skip to content

v0.14.0-rc.2

Pre-release
Pre-release

Choose a tag to compare

@ianlewis ianlewis released this 20 Dec 12:44
· 156 commits to main since this release
9b447eb

Added in 0.14.0-rc.2

Changed in 0.14.0-rc.2

  • BREAKING CHANGE: todos no longer follows symlinks by default. Symlinks will be followed if the symlink is specified directly on the command line. A new option --follow was added to specify whether todos should follow symlinks when traversing directories. (#1752).
  • The default TODO types were changed to add FIXIT, ISSUE, WARN, and WARNING (#1747).

Fixed in 0.14.0-rc.2

  • In Rust sources (.rs, .rs.in), now only double quotes (") are interpreted as string termination characters. This fixes cases where TODOs in files with lifetime specifiers (e.g. &'static str) would not be parsed as expected. (#1829).
  • Fixed an issue where some comments were interpreted incorrectly as TODOs when the TODO type was followed directly by a hyphen (-) without a space (e.g. // Info-level logging) (#1816

All changes since v0.13.0

New Contributors

Full Changelog: v0.13.0...v0.14.0-rc.1