Skip to content

Commit c978b08

Browse files
committed
Bump version to 0.26.0
## [0.26.0] - 2025-07-18 - Fix MSBuild integration sample in docs #750 [@xperiandri] - Exit after printing out version information #743 [@Numpsy] - Fix .NET 8 support #748 [@xperiandri] - Update docs to note that linting supports `slnx` and `slnf` files #744 [@Numpsy]
1 parent f6c1754 commit c978b08

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## [Unreleased]
8+
## [0.26.0] - 2025-07-18
99

1010
- Fix MSBuild integration sample in docs #750 [@xperiandri]
1111
- Exit after printing out version information #743 [@numpsy]
@@ -643,5 +643,6 @@ Happy 10 year anniversary to FSharpLint!
643643

644644
- First release
645645

646-
[Unreleased]: https://github.com/fsprojects/FSharpLint/compare/releases/0.30.0...HEAD
647-
[0.30.0]: https://github.com/fsprojects/FSharpLint/compare/releases/0.24.2...releases/0.30.0
646+
[Unreleased]: https://github.com/fsprojects/FSharpLint/compare/v0.26.0...HEAD
647+
[0.26.0]: https://github.com/fsprojects/FSharpLint/compare/v0.25.0...v0.26.0
648+
[0.25.0]: https://github.com/fsprojects/FSharpLint/compare/v0.24.2...v0.25.0

0 commit comments

Comments
 (0)