Skip to content

Commit ab55d8a

Browse files
chore(main): release 8.2.8 (#1739)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1d7fadc commit ab55d8a

3 files changed

Lines changed: 11 additions & 3 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.7"
2+
".": "8.2.8"
33
}

docs/releasenotes/changelog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release notes
22

3+
## [8.2.8](https://github.com/MarketSquare/robotframework-robocop/compare/v8.2.7...v8.2.8) (2026-05-11)
4+
5+
6+
### Bug Fixes
7+
8+
* Fix documentation typos & add documentation linter ([#1738](https://github.com/MarketSquare/robotframework-robocop/issues/1738)) ([2a45e93](https://github.com/MarketSquare/robotframework-robocop/commit/2a45e93432c94d1b8bf76b999172b1f582053e6e))
9+
* Fix formatting result incorrectly cached in no overwrite modes (--diff/--no-overwrite) ([#1742](https://github.com/MarketSquare/robotframework-robocop/issues/1742)) ([1d7fadc](https://github.com/MarketSquare/robotframework-robocop/commit/1d7fadcc8b247564b1a07246edb550776a24a3b5))
10+
311
## [8.2.7](https://github.com/MarketSquare/robotframework-robocop/compare/v8.2.6...v8.2.7) (2026-04-14)
412

513

@@ -509,4 +517,4 @@ https://robocop.readthedocs.io/en/v{version}/rules/rules_list.html#{rule-name} .
509517

510518
New disabler directives (``robocop: fmt: off`` and ``fmt: off``) were not ignored by ``line-too-long`` rule.
511519

512-
From now on, together with other disablers, comments with disablers will be ignored when checking line length.
520+
From now on, together with other disablers, comments with disablers will be ignored when checking line length.

src/robocop/__init__.py

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

0 commit comments

Comments
 (0)