File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.26.2] - 2025-08-16
9+
10+ - Potentially fix flaky FailwithBadUsage rule's tests #763 #764 [ @knocte ]
11+ - FailwithBadUsage: fixed false negative (case with failwithf application) #764 [ @webwarrior-ws , @knocte ]
12+ - docs: fix FSharp.Core->FSharpLint.Core typo #761 [ @Numpsy ]
13+ - Enable EnsureTailCallDiagnosticsInRecursiveFunctions rule by default #756 [ @knocte ]
14+ - Enable more rules for SelfCheck #756 [ @Mersho , @webwarrior-ws , @knocte ]
15+ - Fix false positive in SuggestAutoProperty rule #755 [ @webwarrior-ws ]
16+ - Fix false positives in NestedFunctionNames & UnnestedFunctionNames rules #759 [ @webwarrior-ws ]
17+ - Fix false positive in ParameterNames rule #758 [ @webwarrior-ws ]
18+ - Fix false negative in EnsureTailCallDiagnosticsInRecursiveFunctions rule (mutually-recursive funcs) #757 [ @webwarrior-ws ]
19+ - Add quickfix suggestions for several rules #646 [ @webwarrior-ws ]
20+ - Add quickfix suggestions for several rules #649 [ @Mersho ]
21+ - Add nice make experience #660 [ @knocte ]
22+ - docs: improve/elaborate main project description #692 [ @knocte , @xperiandri ]
23+ - Fix false positive in AvoidSinglePipeOperator rule #753 [ @webwarrior-ws ]
24+
825## [ 0.26.0] - 2025-07-18
926
1027- Fix MSBuild integration sample in docs #750 [ @xperiandri ]
Original file line number Diff line number Diff line change 44Revision (Z) part of the version by 2, e.g.: ` 0.23.2 -> 0.24.0 ` or ` 0.23.2 -> 1.0 ` or ` 0.23.2 -> 0.23.4 `
552 . Update the [ changelog] ( CHANGELOG.md ) since last release: add the entry (` ## [X.Y.Z] ` ) summarizing all the changes since the previous release
66(ideally one line per PR or commit).
7- 3 . Commit, but don't push yet!
7+ 3 . Commit (e.g. with a title such as "Bump version to ` X.Y.Z ` adding release notes") , but don't push yet!
884 . Tag the head of master with the version number in the format ` vX.Y.Z ` - e.g.: ` git tag v0.20.4 ` .
995 . Push to remote: ` git push origin vX.Y.Z master ` - this will start CI processes that will:
1010* Build the package
You can’t perform that action at this time.
0 commit comments