Skip to content

Commit e52c611

Browse files
committed
Release notes for 0.21.5
1 parent fe1dc30 commit e52c611

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.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+
718
## [0.21.4] - 2023-11-23
819

920
- Paket: use Packages storage #615 [@Numpsy]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: FL0076
2+
title: FL0077
33
category: how-to
44
hide_menu: true
55
---

0 commit comments

Comments
 (0)