[SYNC]
This commit is contained in:
22
CHANGELOG.md
22
CHANGELOG.md
@@ -1,3 +1,21 @@
|
||||
## 0.0.1
|
||||
<!---
|
||||
## Guidelines for changelog/git
|
||||
**INIT**: Initial commit in a repo, only committed once.
|
||||
**DOC**: Updates/Refactors in the documents.
|
||||
**CHORE**: Minor fixes and/or architecture enhancements.
|
||||
**DEPS**: Dependency updates and the resulting refactors.
|
||||
**SYNC**: Regular sync commits to ensure perfect syncing of all the development devices (Describes the feature in the working).
|
||||
**TEST**: Adding/Updating test files.
|
||||
**FIX**: Fixing a bug/issue that prevents a functionality.
|
||||
**FEAT**: Add a completely new functionality or extend an existing one in a non-breaking manner.
|
||||
**BREAKING CHANGE**: A [FEAT] but with breaking changes (Is only proposed as FEAT in the git commit).
|
||||
## Version Composition
|
||||
x.y.z
|
||||
* Update z on Deps and Fixes.
|
||||
* Update y on Feat that are large enough.
|
||||
* Update x on BREAKING CHANGE that are a must and to signal phases completed [Alpha - Beta - Stable].
|
||||
-->
|
||||
|
||||
- Initial release with mostly all of the components of this module.
|
||||
## 0.1.0
|
||||
|
||||
- **INIT**: Initial commit in the new repo.
|
||||
|
||||
Reference in New Issue
Block a user