-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a20441
commit b5c1b28
Showing
2 changed files
with
9 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
### Full Changelog | ||
https://github.com/airchive/sheep/commits/1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1.0.0 |