File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
docs/content/how-tos/rules Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.21.5] - 2023-12-06
8
+
9
+ - FSharpLint.Console: add --version #612 #611 [ @Thorium ]
10
+ - gitignore: add the BenchmarkDotNet artifacts folder #619 [ @Numpsy ]
11
+ - CI: remove redundant .NET install #624 [ @knocte ]
12
+ - Add new rule AvoidSinglePipeOperator #595 [ @tehraninasab ]
13
+ - AvoidTooShortNames: fix false negative (generic type names) #622 [ @Mersho ]
14
+ - Remove recursive dependency #569 [ @knocte ]
15
+ - Conventions/Naming: refactoring #571 [ @webwarrior-ws ]
16
+
17
+
7
18
## [ 0.21.4] - 2023-11-23
8
19
9
20
- Paket: use Packages storage #615 [ @Numpsy ]
Original file line number Diff line number Diff line change 1
1
---
2
- title : FL0076
2
+ title : FL0077
3
3
category : how-to
4
4
hide_menu : true
5
5
---
You can’t perform that action at this time.
0 commit comments