Skip to content

Commit e288630

Browse files
committed
chore(meta): bump supported Deserve and Deno versions
- Bump Deno requirement to 2.8.3 in CONTRIBUTING - Bump Deserve and Deno placeholders in bug report template - Update SECURITY supported versions to 0.15.x
1 parent 3172375 commit e288630

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE/1-bug-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ body:
1313
- type: input
1414
attributes:
1515
label: What version of Deserve are you using?
16-
placeholder: 0.12.0
16+
placeholder: 0.15.0
1717
validations:
1818
required: true
1919
- type: input
2020
attributes:
2121
label: What version of Deno are you running?
2222
description: Deserve runs on the Deno runtime, so the Deno version matters.
23-
placeholder: 2.7.0
23+
placeholder: 2.8.3
2424
validations:
2525
required: true
2626
- type: input

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You may use AI to help you contribute, but it must never waste a maintainer's ti
2121

2222
Deserve runs on the Deno runtime and nothing from npm, so there is no `node_modules/` to install.
2323

24-
- [Deno](https://github.com/denoland/deno_install) 2.7.0 or later
24+
- [Deno](https://github.com/denoland/deno_install) 2.8.3 or later
2525

2626
## Local Development
2727

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Deserve is pre-1.0, so fixes land on the latest release. Stay current to receive
88

99
| Version | Supported |
1010
| ------- | --------- |
11-
| 0.12.x | Yes |
12-
| < 0.12 | No |
11+
| 0.15.x | Yes |
12+
| < 0.15 | No |
1313

1414
## Reporting a Vulnerability
1515

0 commit comments

Comments
 (0)