From 864317cac6dd839291ffebeb9a1e8d1c5faeb139 Mon Sep 17 00:00:00 2001 From: F-G Fernandez <26927750+frgfm@users.noreply.github.com> Date: Tue, 12 Dec 2023 17:43:29 +0100 Subject: [PATCH] docs: Updates Changelog (#18) * docs: Updates Changelog * docs: Fixes syntax of changelog * docs: Adds initial release detail to changelog --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a46b6c..35205c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,36 @@ All notable changes to the "quack-companion" extension will be documented in this file. -Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -- Initial release +### Added + +- Add the possibility to add repo to guideline extraction queue (#16) +- Add code analysis command using Quack API (#12) +- Add authentication command (#11) + +## [0.0.3] - 2023-31-10 + +### Added + +- Add caching of requests (#8, #9) + +### Removed + +- Removes svelte and rollup (#10) + +## [0.0.2] - 2023-08-29 + +### Added + +- Notify use when no guideline exists (#5) + +## [0.0.1] - 2023-08-07 + +### Added + +- Add commands to fetch guidelines, retrieve diagnostic information (#1) +- Add display for guidelines