-
-
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
421989c
commit 49d9f6a
Showing
2 changed files
with
9 additions
and
24 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,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. | ||
### Full Changelog | ||
https://github.com/airchive/floatzel/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 |