Skip to content

Commit

Permalink
Release notes for 0.21.7
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Dec 16, 2023
1 parent bdc5934 commit 1c49205
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7] - 2023-12-16

- Add new rule SuggestUseAutoProperty #625 #596 [@webwarrior-ws]
- AvoidTooShortNames: fix false negatives and improve warning positions #633 #632 [@Mersho] & [@webwarrior-ws]
- FavourStaticEmptyFields: properly advise Array.empty instead of List.Empty #631 #630 [@webwarrior-ws]
- CI: publish prerelease nuget versions for every commit #629 [@knocte]
- CI: run FSharpLint on itself #609 #628 [@Mersho]


## [0.21.6] - 2023-12-07

- Add new rule AsyncExceptionWithoutReturn #623 #597 [@Mersho]
Expand Down
2 changes: 1 addition & 1 deletion docs/content/how-tos/rules/FL0079.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hide_menu: true

# SuggestUseAutoProperty (FL0079)

*Introduced in `0.21.6`*
*Introduced in `0.21.7`*

## Cause

Expand Down

0 comments on commit 1c49205

Please sign in to comment.