Skip to content

Commit 3e1df7d

Browse files
chore(main): release 7.2.0 (#1595)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 679abe3 commit 3e1df7d

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-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-
".": "7.1.0"
2+
".": "7.2.0"
33
}

docs/releasenotes/changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Release notes
22

3+
## [7.2.0](https://github.com/MarketSquare/robotframework-robocop/compare/v7.1.0...v7.2.0) (2026-01-01)
4+
5+
6+
### Features
7+
8+
* **mcp:** add new tools and improve UX for large codebases ([#1601](https://github.com/MarketSquare/robotframework-robocop/issues/1601)) ([9b1d871](https://github.com/MarketSquare/robotframework-robocop/commit/9b1d871a2c40549de1d2f1b707201da47f6c68a6))
9+
* **mcp:** add response caching and error handling middleware ([#1599](https://github.com/MarketSquare/robotframework-robocop/issues/1599)) ([406cfbe](https://github.com/MarketSquare/robotframework-robocop/commit/406cfbefaa229664fdd39e5265f2f47958aabb64))
10+
* **mcp:** enhance MCP server with batch operations, quality metrics, and improved LLM guidance ([#1593](https://github.com/MarketSquare/robotframework-robocop/issues/1593)) ([c6a853b](https://github.com/MarketSquare/robotframework-robocop/commit/c6a853bd016eff8f65742c79c511fd8712abc1a3))
11+
* Refactor print_issues report to gain 3x perfomance gain on printing ([#1605](https://github.com/MarketSquare/robotframework-robocop/issues/1605)) ([6755d96](https://github.com/MarketSquare/robotframework-robocop/commit/6755d96ceadb0b78a80f6e70e5e262967029fde3))
12+
13+
14+
### Bug Fixes
15+
16+
* **caching:** Fix CLI always overriding cache=true/false in the configuration file ([#1608](https://github.com/MarketSquare/robotframework-robocop/issues/1608)) ([b31a5ef](https://github.com/MarketSquare/robotframework-robocop/commit/b31a5ef95c1d706623656aa3f1417730f8c23034))
17+
* **release:** fix triggering Github workflows from automated scripts ([#1594](https://github.com/MarketSquare/robotframework-robocop/issues/1594)) ([72ce0ff](https://github.com/MarketSquare/robotframework-robocop/commit/72ce0ff36aed05eef362aa0aeed80324b2ec7a8e))
18+
319
## [7.1.0](https://github.com/MarketSquare/robotframework-robocop/compare/v7.0.0...v7.1.0) (2025-12-23)
420

521

src/robocop/__init__.py

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

0 commit comments

Comments
 (0)