Skip to content

Commit

Permalink
Update and rename CHANGELOG.rst to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbarbier authored Jun 8, 2022
1 parent f941876 commit b1cac51
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 9 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
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**.
9 changes: 0 additions & 9 deletions CHANGELOG.rst

This file was deleted.

0 comments on commit b1cac51

Please sign in to comment.