From 8bd4dde9015982e44b8e953b82ab1183c6789387 Mon Sep 17 00:00:00 2001 From: keirsalterego Date: Sun, 24 May 2026 18:51:00 +0530 Subject: [PATCH] docs: update version references to v0.1.0 README badge, bug-report issue-template placeholder, and SECURITY.md supported-versions table drop the -alpha suffix. --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- README.md | 2 +- SECURITY.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b25e1f9..9f95f6f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -37,7 +37,7 @@ body: id: version attributes: label: Version - placeholder: v0.1.0-alpha + placeholder: v0.1.0 validations: required: true diff --git a/README.md b/README.md index 7ae6b12..038e5ae 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Licence](https://img.shields.io/badge/licence-proprietary-lightgrey?style=flat-square) ![Build](https://img.shields.io/badge/build-passing-2ea44f?style=flat-square) -![Version](https://img.shields.io/badge/version-v0.1.0--alpha-005cc5?style=flat-square) +![Version](https://img.shields.io/badge/version-v0.1.0-005cc5?style=flat-square) ![Platform](https://img.shields.io/badge/platform-github-24292f?style=flat-square) ![Funny](https://img.shields.io/badge/incidents-preferably%20in%20daylight-6a737d?style=flat-square) diff --git a/SECURITY.md b/SECURITY.md index 4dea74a..f0625e1 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,10 +4,10 @@ | Version | Supported | | --- | --- | -| v0.1.x | Yes | -| < v0.1.0-alpha | No | +| v0.1.0 | Yes | +| < v0.1.0 | No | -Versions prior to `v0.1.0-alpha` are not supported and should not be deployed. +Versions prior to `v0.1.0` are not supported and should not be deployed. ## Reporting a Vulnerability