Skip to content

Commit

Permalink
chore(release): Release 0.6.0 (#791)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Lewis <[email protected]>
  • Loading branch information
Ian Lewis authored Sep 23, 2023
1 parent 0c7faec commit a28afc6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +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).

## Unreleased
## [0.6.0] - 2023-09-23

### Added
### Added in 0.6.0

- Support for [Clojure](https://clojure.org/),
[CoffeeScript](https://coffeescript.org/),
[Groovy](https://groovy-lang.org/), and [TeX](https://tug.org/) were added.
- Support for an `@` prefix on TODOs was added.

### Fixed
### Fixed in 0.6.0

- All TODOs in a multi-line comment are now reported
([#721](https://github.com/ianlewis/todos/pull/721)).

### Changed
### Changed in 0.6.0

- The language of each file is now determined by it's file name in most
circumstances allowing for much faster language detection.
Expand Down Expand Up @@ -135,10 +135,11 @@ 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.1.0...HEAD
[unreleased]: https://github.com/ianlewis/todos/compare/v0.6.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
[0.3.0]: https://github.com/ianlewis/todos/releases/tag/v0.3.0
[0.4.0]: https://github.com/ianlewis/todos/releases/tag/v0.4.0
[0.5.0]: https://github.com/ianlewis/todos/releases/tag/v0.5.0
[0.6.0]: https://github.com/ianlewis/todos/releases/tag/v0.6.0
2 changes: 1 addition & 1 deletion actions/issue-reopener/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const core = __importStar(__nccwpck_require__(2186));
const exec = __importStar(__nccwpck_require__(1514));
const github = __importStar(__nccwpck_require__(5438));
const verifier = __importStar(__nccwpck_require__(5854));
const TODOS_VERSION = "v0.5.0";
const TODOS_VERSION = "v0.6.0";
const SLSA_VERIFIER_VERSION = "v2.3.0";
const SLSA_VERIFIER_SHA256SUM = "ea687149d658efecda64d69da999efb84bb695a3212f29548d4897994027172d";
class ReopenError extends Error {
Expand Down
2 changes: 1 addition & 1 deletion actions/issue-reopener/dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion actions/issue-reopener/src/reopener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import * as github from "@actions/github";

import * as verifier from "./verifier";

const TODOS_VERSION = "v0.5.0";
const TODOS_VERSION = "v0.6.0";
const SLSA_VERIFIER_VERSION = "v2.3.0";
const SLSA_VERIFIER_SHA256SUM =
"ea687149d658efecda64d69da999efb84bb695a3212f29548d4897994027172d";
Expand Down

0 comments on commit a28afc6

Please sign in to comment.