From 58ffdb0d1bd078a29e67ac029c837a496352e949 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Thu, 7 Dec 2023 16:15:47 +0800 Subject: [PATCH] Release notes for 0.21.6 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e76e429d4..ba7f32c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.21.6] - 2023-12-07 + +- Add new rule AsyncExceptionWithoutReturn #623 #597 [@Mersho] +- FailwithBadUsage: extern declarations bugfix #562 #561 [@webwarrior-ws] +- HintMatcher: fix potential crash #608 #341 [@Thorium] +- CI: upgrade the 'setup-dotnet' action #614 [@Numpsy] +- Additional improvements to docs and CI [@knocte] + + ## [0.21.5] - 2023-12-06 - FSharpLint.Console: add --version #612 #611 [@Thorium]