Skip to content

Commit 028a8c3

Browse files
authored
chore(release): v0.13.0-rc.1 (#1705)
Signed-off-by: Ian Lewis <ian@ianlewis.org>
1 parent 8f22e2f commit 028a8c3

8 files changed

Lines changed: 17 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ All notable changes will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [`0.13.0-rc.0`] - 2025-05-15
8+
## [`0.13.0-rc.1`] - 2025-05-15
99

10-
### Added in `0.13.0-rc.0`
10+
### Added in `0.13.0-rc.1`
1111

1212
- Support was added for the [Nix language](https://nix.dev/)
1313
([#1653](https://github.com/ianlewis/todos/issues/1653)).
@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
file and [Ignore List](https://git-scm.com/docs/gitignore) files (e.g.
1717
`.gitignore`) ([#1667](https://github.com/ianlewis/todos/issues/1667), [#1700](https://github.com/ianlewis/todos/issues/1700))
1818

19-
### Changed in `0.13.0-rc.0`
19+
### Changed in `0.13.0-rc.1`
2020

2121
- **BREAKING CHANGE:** `todos` now returns an exit status of 1 when TODOs are
2222
found ([#1657](https://github.com/ianlewis/todos/issues/1657)).
@@ -257,4 +257,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
257257
[`0.10.0`]: https://github.com/ianlewis/todos/releases/tag/v0.10.0
258258
[`0.11.0`]: https://github.com/ianlewis/todos/releases/tag/v0.11.0
259259
[`0.12.0`]: https://github.com/ianlewis/todos/releases/tag/v0.12.0
260-
[`0.13.0-rc.0`]: https://github.com/ianlewis/todos/releases/tag/v0.13.0-rc.0
260+
[`0.13.0-rc.1`]: https://github.com/ianlewis/todos/releases/tag/v0.13.0-rc.1

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ianlewis/todos",
33
"description": "Parse TODO and FIXME comments from code",
44
"homepage": "https://github.com/ianlewis/todos#readme",
5-
"version": "0.13.0-rc.0",
5+
"version": "0.13.0-rc.1",
66
"license": "Apache-2.0",
77
"author": {
88
"name": "Ian Lewis",
@@ -23,12 +23,12 @@
2323
"LICENSE"
2424
],
2525
"optionalDependencies": {
26-
"@ianlewis/todos-linux-amd64": "0.13.0-rc.0",
27-
"@ianlewis/todos-linux-arm64": "0.13.0-rc.0",
28-
"@ianlewis/todos-darwin-amd64": "0.13.0-rc.0",
29-
"@ianlewis/todos-darwin-arm64": "0.13.0-rc.0",
30-
"@ianlewis/todos-windows-amd64": "0.13.0-rc.0",
31-
"@ianlewis/todos-windows-arm64": "0.13.0-rc.0"
26+
"@ianlewis/todos-linux-amd64": "0.13.0-rc.1",
27+
"@ianlewis/todos-linux-arm64": "0.13.0-rc.1",
28+
"@ianlewis/todos-darwin-amd64": "0.13.0-rc.1",
29+
"@ianlewis/todos-darwin-arm64": "0.13.0-rc.1",
30+
"@ianlewis/todos-windows-amd64": "0.13.0-rc.1",
31+
"@ianlewis/todos-windows-arm64": "0.13.0-rc.1"
3232
},
3333
"devDependencies": {
3434
"dictionary-en": "4.0.0",

packages/todos-darwin-amd64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ianlewis/todos-darwin-amd64",
33
"description": "Parse TODO and FIXME comments from code",
44
"homepage": "https://github.com/ianlewis/todos#readme",
5-
"version": "0.13.0-rc.0",
5+
"version": "0.13.0-rc.1",
66
"license": "Apache-2.0",
77
"author": {
88
"name": "Ian Lewis",

packages/todos-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ianlewis/todos-darwin-arm64",
33
"description": "Parse TODO and FIXME comments from code",
44
"homepage": "https://github.com/ianlewis/todos#readme",
5-
"version": "0.13.0-rc.0",
5+
"version": "0.13.0-rc.1",
66
"license": "Apache-2.0",
77
"author": {
88
"name": "Ian Lewis",

packages/todos-linux-amd64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ianlewis/todos-linux-amd64",
33
"description": "Parse TODO and FIXME comments from code",
44
"homepage": "https://github.com/ianlewis/todos#readme",
5-
"version": "0.13.0-rc.0",
5+
"version": "0.13.0-rc.1",
66
"license": "Apache-2.0",
77
"author": {
88
"name": "Ian Lewis",

packages/todos-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ianlewis/todos-linux-arm64",
33
"description": "Parse TODO and FIXME comments from code",
44
"homepage": "https://github.com/ianlewis/todos#readme",
5-
"version": "0.13.0-rc.0",
5+
"version": "0.13.0-rc.1",
66
"license": "Apache-2.0",
77
"author": {
88
"name": "Ian Lewis",

packages/todos-windows-amd64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ianlewis/todos-windows-amd64",
33
"description": "Parse TODO and FIXME comments from code",
44
"homepage": "https://github.com/ianlewis/todos#readme",
5-
"version": "0.13.0-rc.0",
5+
"version": "0.13.0-rc.1",
66
"license": "Apache-2.0",
77
"author": {
88
"name": "Ian Lewis",

packages/todos-windows-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ianlewis/todos-windows-arm64",
33
"description": "Parse TODO and FIXME comments from code",
44
"homepage": "https://github.com/ianlewis/todos#readme",
5-
"version": "0.13.0-rc.0",
5+
"version": "0.13.0-rc.1",
66
"license": "Apache-2.0",
77
"author": {
88
"name": "Ian Lewis",

0 commit comments

Comments
 (0)