From 649134422ed0601f9c00096587376c4c33e76d70 Mon Sep 17 00:00:00 2001 From: DelphicOkami Date: Sun, 22 Mar 2026 19:37:41 +0000 Subject: [PATCH] docs(changelog): create changelog --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..099a43b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# 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). + +A `### Breaking` section is used in addition to Keep a Changelog's standard sections to explicitly document changes that are backwards-incompatible but would otherwise appear under `### Changed`. Entries under `### Breaking` trigger a major version bump in automated release recommendation logic. + +## [Unreleased] + +### Breaking + +### Added + +### Changed + +### Removed + +### Fixed + + + +[Unreleased]: https://git.hrafn.xyz/aether/vociferate/compare/894c2fb...main \ No newline at end of file