Skip to content

Commit

Permalink
chore(release): Release 0.5.0 (#599)
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 4, 2023
1 parent b6989fa commit e06be69
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0] - 2023-09-04

### Added
### Added in 0.5.0

- Support for Erlang, Haskell, R, and SQL programming languages has been added.
- A new `exclude-dir` flag was added to `todos` that allows for excluding
Expand All @@ -34,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
*/
```

### Changed
### Changed in 0.5.0

- `todos` no longer detects character encodings by default and now defaults to
reading files as UTF-8. Character detection can be enabled by using the
Expand Down Expand Up @@ -122,3 +122,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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
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.4.0";
const TODOS_VERSION = "v0.5.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.4.0";
const TODOS_VERSION = "v0.5.0";
const SLSA_VERIFIER_VERSION = "v2.3.0";
const SLSA_VERIFIER_SHA256SUM =
"ea687149d658efecda64d69da999efb84bb695a3212f29548d4897994027172d";
Expand Down

0 comments on commit e06be69

Please sign in to comment.