Skip to content

Commit 1c49205

Browse files
committed
Release notes for 0.21.7
1 parent bdc5934 commit 1c49205

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.21.7] - 2023-12-16
8+
9+
- Add new rule SuggestUseAutoProperty #625 #596 [@webwarrior-ws]
10+
- AvoidTooShortNames: fix false negatives and improve warning positions #633 #632 [@Mersho] & [@webwarrior-ws]
11+
- FavourStaticEmptyFields: properly advise Array.empty instead of List.Empty #631 #630 [@webwarrior-ws]
12+
- CI: publish prerelease nuget versions for every commit #629 [@knocte]
13+
- CI: run FSharpLint on itself #609 #628 [@Mersho]
14+
15+
716
## [0.21.6] - 2023-12-07
817

918
- Add new rule AsyncExceptionWithoutReturn #623 #597 [@Mersho]

docs/content/how-tos/rules/FL0079.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hide_menu: true
66

77
# SuggestUseAutoProperty (FL0079)
88

9-
*Introduced in `0.21.6`*
9+
*Introduced in `0.21.7`*
1010

1111
## Cause
1212

0 commit comments

Comments
 (0)