mirror of
https://github.com/simonw/datasette.git
synced 2026-07-20 22:44:35 +02:00
docs: add CHANGELOG.md
This commit is contained in:
parent
fa27d263e5
commit
7b1ef39fbf
1 changed files with 36 additions and 0 deletions
36
CHANGELOG.md
Normal file
36
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# 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).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
- Future features and improvements will be listed here
|
||||
|
||||
### Changed
|
||||
- Ongoing updates and modifications
|
||||
|
||||
### Fixed
|
||||
- Bug fixes and corrections
|
||||
|
||||
---
|
||||
|
||||
## How to Update This Changelog
|
||||
|
||||
When making changes, add an entry under `[Unreleased]` in the appropriate category:
|
||||
|
||||
- **Added** – new features
|
||||
- **Changed** – changes to existing functionality
|
||||
- **Deprecated** – soon-to-be removed features
|
||||
- **Removed** – removed features
|
||||
- **Fixed** – bug fixes
|
||||
- **Security** – vulnerability fixes
|
||||
|
||||
When releasing, change `[Unreleased]` to the version number and date,
|
||||
then add a new empty `[Unreleased]` section at the top.
|
||||
|
||||
---
|
||||
*Documentation contributed by [Mukller](https://github.com/Mukller)*
|
||||
Loading…
Add table
Add a link
Reference in a new issue