Skip to content

Commit 78dd83a

Browse files
chore(main): release 8.2.0 (#1692)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent da5dc6e commit 78dd83a

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.1"
2+
".": "8.2.0"
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.0](https://github.com/MarketSquare/robotframework-robocop/compare/v8.1.1...v8.2.0) (2026-02-22)
52+
53+
54+
### Features
55+
56+
* **mcp:** Allow to pass configuration file path via MCP tools ([#1691](https://github.com/MarketSquare/robotframework-robocop/issues/1691)) ([da5dc6e](https://github.com/MarketSquare/robotframework-robocop/commit/da5dc6e04cda7764608fd10abf4e9e7574836a2e))
57+
5158
## [8.1.1](https://github.com/MarketSquare/robotframework-robocop/compare/v8.1.0...v8.1.1) (2026-02-20)
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.1" # x-release-please-version
1+
__version__ = "8.2.0" # x-release-please-version

0 commit comments

Comments
 (0)