Skip to content

Commit 110a6ee

Browse files
chore(main): release 8.2.2 (#1699)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 47ac87e commit 110a6ee

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.1"
2+
".": "8.2.2"
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.2](https://github.com/MarketSquare/robotframework-robocop/compare/v8.2.1...v8.2.2) (2026-02-27)
52+
53+
54+
### Bug Fixes
55+
56+
* Fix fatal attribute error when running Robocop ([#1698](https://github.com/MarketSquare/robotframework-robocop/issues/1698)) ([47ac87e](https://github.com/MarketSquare/robotframework-robocop/commit/47ac87eae4a4a789d1bda4159dad285c725b8449))
57+
5158
## [8.2.1](https://github.com/MarketSquare/robotframework-robocop/compare/v8.2.0...v8.2.1) (2026-02-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.1" # x-release-please-version
1+
__version__ = "8.2.2" # x-release-please-version

0 commit comments

Comments
 (0)