Skip to content

Commit 6563f23

Browse files
chore(main): release 8.0.0
1 parent 457d135 commit 6563f23

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-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.2.0"
2+
".": "8.0.0"
33
}

docs/releasenotes/changelog.md

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

3+
## [8.0.0](https://github.com/MarketSquare/robotframework-robocop/compare/v7.2.0...v8.0.0) (2026-01-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Drop support for Python 3.9 and Robot Framework 4.* ([#1619](https://github.com/MarketSquare/robotframework-robocop/issues/1619))
9+
* Add fixable rules ([#1617](https://github.com/MarketSquare/robotframework-robocop/issues/1617))w
10+
* Refactor source files handling with common SourceFile class ([#1615](https://github.com/MarketSquare/robotframework-robocop/issues/1615))
11+
12+
### Features
13+
14+
* Add fixable rules ([#1617](https://github.com/MarketSquare/robotframework-robocop/issues/1617))w ([128c849](https://github.com/MarketSquare/robotframework-robocop/commit/128c849f320d392fa267653c737a0616fb62b620))
15+
* add performance tests to benchmark Robocop on release ([#1611](https://github.com/MarketSquare/robotframework-robocop/issues/1611)) ([eea1c56](https://github.com/MarketSquare/robotframework-robocop/commit/eea1c5692dd908ee3d64b82088e532c9e54914f0))
16+
* do not print diagnostic messages in diff mode, only file changes ([#1625](https://github.com/MarketSquare/robotframework-robocop/issues/1625)) ([41f4ff0](https://github.com/MarketSquare/robotframework-robocop/commit/41f4ff0784ec5cadb4687a6ed2615db9680e36ee))
17+
* Drop support for Python 3.9 and Robot Framework 4.* ([#1619](https://github.com/MarketSquare/robotframework-robocop/issues/1619)) ([2e73142](https://github.com/MarketSquare/robotframework-robocop/commit/2e731420ccc210bbfc2519a639b2618a1e486ed1))
18+
* Filter fixable rules with --fixable and --unfixable ([#1620](https://github.com/MarketSquare/robotframework-robocop/issues/1620)) ([ed91630](https://github.com/MarketSquare/robotframework-robocop/commit/ed916307e5696483616eadaff68c8481759e69b3))
19+
* list rules can now return result programatically ([#1629](https://github.com/MarketSquare/robotframework-robocop/issues/1629)) ([457d135](https://github.com/MarketSquare/robotframework-robocop/commit/457d135c053be6dd5c0f8727d7ac6c07ee23e918))
20+
* refactor source file handling ([#1613](https://github.com/MarketSquare/robotframework-robocop/issues/1613)) ([0e7f04e](https://github.com/MarketSquare/robotframework-robocop/commit/0e7f04ee07ea271610f55fe67af59dfd912292cd))
21+
* split deprecated-statement to deprecated-force-tags and add fix for it ([#1622](https://github.com/MarketSquare/robotframework-robocop/issues/1622)) ([0316605](https://github.com/MarketSquare/robotframework-robocop/commit/03166058f8d76e8476e8166741793eb3f07aa089))
22+
23+
24+
### Bug Fixes
25+
26+
* Fix caching the issues with fixes ([#1623](https://github.com/MarketSquare/robotframework-robocop/issues/1623)) ([256874b](https://github.com/MarketSquare/robotframework-robocop/commit/256874b096e6fcf9e3bbb7e6ed501e19fc61c1b0))
27+
* Fix not all issue format parameters supported by extended output ([#1624](https://github.com/MarketSquare/robotframework-robocop/issues/1624)) ([727c38d](https://github.com/MarketSquare/robotframework-robocop/commit/727c38d9d39d63c0b4fc4563bf40a9e0f2680222))
28+
* multiple paths passed to robocop check/format command resolving to the same config ([#1614](https://github.com/MarketSquare/robotframework-robocop/issues/1614)) ([bdcfd48](https://github.com/MarketSquare/robotframework-robocop/commit/bdcfd489f7a0b5e00c190ae8a7fc9a87a22c25f0))
29+
30+
31+
### Refactoring
32+
33+
* Refactor source files handling with common SourceFile class ([#1615](https://github.com/MarketSquare/robotframework-robocop/issues/1615)) ([25d30da](https://github.com/MarketSquare/robotframework-robocop/commit/25d30dabfc2840d253da4aa0e692fb75ef188d31))
34+
335
## [7.2.0](https://github.com/MarketSquare/robotframework-robocop/compare/v7.1.0...v7.2.0) (2026-01-01)
436

537

src/robocop/__init__.py

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

0 commit comments

Comments
 (0)