-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename CHANGELOG.rst to CHANGELOG.md
- Loading branch information
1 parent
f941876
commit b1cac51
Showing
2 changed files
with
32 additions
and
9 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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
<!--- | ||
## [Unreleased] - yyyy-mm-dd | ||
### ✨ Feature – for new features | ||
### 🛠 Improvements – for general improvements | ||
### 🚨 Changed – for changes in existing functionality | ||
### ⚠️ Deprecated – for soon-to-be removed features | ||
### 📚 Documentation – for documentation update | ||
### 🗑 Removed – for removed features | ||
### 🐛 Bug Fixes – for any bug fixes | ||
### 🔒 Security – in case of vulnerabilities | ||
### 🏗 Chore – for tidying code | ||
See for sample https://raw.githubusercontent.com/favoloso/conventional-changelog-emoji/master/CHANGELOG.md | ||
--> | ||
|
||
## [1.0.0] - 2022-06-08 | ||
### ✨ Feature | ||
- Initial **data model** | ||
- **REST API** to fetch data models | ||
- **Admin interface** for data handling. | ||
- **Home page** with logo and redirection to [app.seven23.io](https://app.seven23.io) | ||
### 📚 Documentation | ||
- Implement **Swagger** and **redoc**. | ||
- Export `docs` folder on **readthedocs**. |
This file was deleted.
Oops, something went wrong.