Skip to content

Commit ca12903

Browse files
chore(main): release 8.1.1 (#1690)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fc6b78d commit ca12903

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.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.1.0"
2+
".": "8.1.1"
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.1.1](https://github.com/MarketSquare/robotframework-robocop/compare/v8.1.0...v8.1.1) (2026-02-20)
52+
53+
54+
### Bug Fixes
55+
56+
* Fix unused-variable reported on variable names starting with digit ([#1689](https://github.com/MarketSquare/robotframework-robocop/issues/1689)) ([fc6b78d](https://github.com/MarketSquare/robotframework-robocop/commit/fc6b78de9faa3d61acc0a6e9f8424c0cc4333efa))
57+
5158
## [8.1.0](https://github.com/MarketSquare/robotframework-robocop/compare/v8.0.0...v8.1.0) (2026-02-19)
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.1.0" # x-release-please-version
1+
__version__ = "8.1.1" # x-release-please-version

0 commit comments

Comments
 (0)