Skip to content

Commit 2b07350

Browse files
chore(main): release 8.2.5 (#1726)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 56f0ab2 commit 2b07350

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.2.4"
2+
".": "8.2.5"
33
}

docs/releasenotes/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ More detailed notes regarding 8.0.0 [here](8.0.0.md).
4848
* Fix rst-style urls in the documentation (#1640) (eb1dcab)
4949
* Update RenameVariables formatter so it treats numbers as part of word and does not split on it (#1663) (eddfd96)
5050

51+
## [8.2.5](https://github.com/MarketSquare/robotframework-robocop/compare/v8.2.4...v8.2.5) (2026-04-07)
52+
53+
54+
### Bug Fixes
55+
56+
* Fix section-out-of-order not supporting comments section ([#1725](https://github.com/MarketSquare/robotframework-robocop/issues/1725)) ([56f0ab2](https://github.com/MarketSquare/robotframework-robocop/commit/56f0ab2a2dffbabddfccf5473be369b8252cf9de))
57+
5158
## [8.2.4](https://github.com/MarketSquare/robotframework-robocop/compare/v8.2.3...v8.2.4) (2026-03-27)
5259

5360

src/robocop/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "8.2.4" # x-release-please-version
1+
__version__ = "8.2.5" # x-release-please-version

0 commit comments

Comments
 (0)