diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eb0c51f1e..32ac6588b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.2.0" + ".": "8.0.0" } diff --git a/docs/releasenotes/changelog.md b/docs/releasenotes/changelog.md index 7f603b418..5ac6f2580 100644 --- a/docs/releasenotes/changelog.md +++ b/docs/releasenotes/changelog.md @@ -1,5 +1,27 @@ # Release notes +## [8.0.0](https://github.com/MarketSquare/robotframework-robocop/compare/v7.2.0...v8.0.0) (2026-01-09) + + +### ⚠ BREAKING CHANGES + +* Refactor source files handling with common SourceFile class ([#1615](https://github.com/MarketSquare/robotframework-robocop/issues/1615)) + +### Features + +* 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)) +* refactor source file handling ([#1613](https://github.com/MarketSquare/robotframework-robocop/issues/1613)) ([0e7f04e](https://github.com/MarketSquare/robotframework-robocop/commit/0e7f04ee07ea271610f55fe67af59dfd912292cd)) + + +### Bug Fixes + +* 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)) + + +### Refactoring + +* 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)) + ## [7.2.0](https://github.com/MarketSquare/robotframework-robocop/compare/v7.1.0...v7.2.0) (2026-01-01) diff --git a/src/robocop/__init__.py b/src/robocop/__init__.py index aec8089cc..d94791846 100644 --- a/src/robocop/__init__.py +++ b/src/robocop/__init__.py @@ -1 +1 @@ -__version__ = "7.2.0" # x-release-please-version +__version__ = "8.0.0" # x-release-please-version