From 49d9f6ab5eea79bd72f9158cfd0e3ff3ee747566 Mon Sep 17 00:00:00 2001 From: Airscript Date: Sat, 21 Jan 2023 16:06:59 +0100 Subject: [PATCH] bump: release version 1.0.0 --- CHANGELOG.md | 32 ++++++++------------------------ VERSION | 1 + 2 files changed, 9 insertions(+), 24 deletions(-) create mode 100644 VERSION diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc65d7..1a36a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,30 +1,14 @@ # Changelog - -All notable changes to this project will be documented in this file. +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). - -#### Release Schedule - -*This release schedule is valid if development activity is stable. - -- `Weekly`: Patch version at the end of every week or anytime for urgent bugfix -- `Monthly`: Minor version at the end of every month or at end of every week if work is already done -- `Major`: Major version when needed, following monthly schedule pattern - -#### Labels - -- 🚀 `Feature`: added a new feature -- 💪 `Improvement`: improvement on an existing feature -- 📚 `Documentation`: documented a feature -- 🐛 `Bug`: fixed a bug on a feature -- ✅ `Test`: test on a feature -- 🛠 `Refactor`: refactor on an existing feature -- 💀 `Remove`: removed a feature +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +  -## 1.0.0 +## 🎉 1.0.0 -`2021-11-26` +### What's Changed +* feat: add floating element poc -- repo: initialized project with a stable initial release. \ No newline at end of file +### Full Changelog +https://github.com/airchive/floatzel/commits/1.0.0 diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..afaf360 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.0.0 \ No newline at end of file