Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 668 Bytes

CHANGELOG.md

File metadata and controls

43 lines (30 loc) · 668 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is inspired from Keep a Changelog and the versioning aim to respect Semantic Versioning.

Here is a template for new release sections

## [_._._] - 20XX-MM-DD

### Added
-
### Changed
-
### Removed
-

[0.1.0] - 2020-05-21

Added

  • docker-compose file (#1)
  • celery service (#1)
  • flask app (#1)
  • fastapi app (#1)

Changed

  • requirements.txt (#2)
  • environment.yml (#2)

Removed

  • pylint dependency (#2)
  • setup.py (#2)

[Unreleased]

Added

Changed

Removed