From b1e88eef74b4615d8b529b31f4eebece5cb42e80 Mon Sep 17 00:00:00 2001 From: Airscript Date: Sun, 3 Sep 2023 17:51:56 +0200 Subject: [PATCH] repo: bump version to 1.0.0 --- CHANGELOG.md | 10 ++++++++++ SECURITY.md | 2 +- VERSION | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ac3de..9d1db1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,3 +2,13 @@ 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/) with some edits, and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +# 1.0.0 + +## What's Changed +* feat: add configs +* feat: add scripts +* feat: add container specs +* feat: add makefile + +**Full Changelog**: https://github.com/Airscripts/anvim/commits/1.0.0 \ No newline at end of file diff --git a/SECURITY.md b/SECURITY.md index 00ccf22..6f514b1 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -3,7 +3,7 @@ ## Supported Versions | Version | Supported | | ------- | ------------------ | -| 0.1.x | :white_check_mark: | +| 1.0.x | :white_check_mark: | ## Reporting Vulnerability To report a vulnerability, open an [issue](https://github.com/airscripts/anvim/issues/new/choose). diff --git a/VERSION b/VERSION index 6c6aa7c..afaf360 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +1.0.0 \ No newline at end of file