featurer/CHANGELOG.md
Stanislav N. aka pztrn 2ecfe7f8ac
Some checks failed
Linting and tests / Linting (push) Has been cancelled
Linting and tests / Tests (push) Has been cancelled
Basic HTTP servers (#2) and various improvements over docs.
2024-10-12 23:07:49 +05:00

36 lines
993 B
Markdown

# Changelog
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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## In short
Version should be level 2 header in format `[VERSION_NUMBER] - YYYY-MM-DD`.
Place these in level 3 headers for appropriate version:
- `Added` for new features.
- `Changed` for changes in existing functionality.
- `Deprecated` for soon-to-be removed features.
- `Removed` for now removed features.
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.
In the very end of this file you should place links to diffs between versions, like:
```
[0.0.4]: https://code.pztrn.name/apps/featurer/compare/v0.0.3...v0.0.4
```
## [Unreleased]
The very first release.
### Added
- HTTP servers (API and CMS for future use).
- Data storage.
> [Unreleased]: https://code.pztrn.name/apps/featurer/compare/v0.0.1...main