File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
docs/content/how-tos/rules Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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 ]
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments