From b5c1b28d85a11d95b854327365045b1b8cfd19dc Mon Sep 17 00:00:00 2001 From: Airscript Date: Sat, 21 Jan 2023 16:24:29 +0100 Subject: [PATCH] bump: release version 1.0.0 --- CHANGELOG.md | 26 ++++++++------------------ VERSION | 1 + 2 files changed, 9 insertions(+), 18 deletions(-) create mode 100644 VERSION diff --git a/CHANGELOG.md b/CHANGELOG.md index 41f36ac..6d67195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +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. +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +  -- `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 +## 🎉 1.0.0 -#### Labels +### What's Changed +* feat: add sip client poc -- 🚀 `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 \ No newline at end of file +### Full Changelog +https://github.com/airchive/sheep/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