Skip to content

Commit 703db5b

Browse files
committed
Bump version to 0.26.2 adding release notes
1 parent 11750ce commit 703db5b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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]

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Revision (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`
55
2. 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!
88
4. Tag the head of master with the version number in the format `vX.Y.Z` - e.g.: `git tag v0.20.4`.
99
5. Push to remote: `git push origin vX.Y.Z master` - this will start CI processes that will:
1010
* Build the package

0 commit comments

Comments
 (0)