Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 631 Bytes

CHANGELOG.md

File metadata and controls

16 lines (14 loc) · 631 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.0] = '2023-10-05'

Added

- Refactored code from Stable Discord in a soft fork
- First working draft that handles a flexible pool of workers and returns images on Discord
- A full README.md with installation instructions
- Added a LICENSE
- Added a Makefile
- Added ruff for formatting and linting
- Added mypy for type checking
- Added basic CI pipeline