Skip to content

Commit e0eeaa1

Browse files
chore(main): release 7.3.0
1 parent bdcfd48 commit e0eeaa1

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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+
".": "7.3.0"
33
}

docs/releasenotes/changelog.md

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

3+
## [7.3.0](https://github.com/MarketSquare/robotframework-robocop/compare/v7.2.0...v7.3.0) (2026-01-07)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* refactor source file handling ([#1613](https://github.com/MarketSquare/robotframework-robocop/issues/1613)) ([0e7f04e](https://github.com/MarketSquare/robotframework-robocop/commit/0e7f04ee07ea271610f55fe67af59dfd912292cd))
10+
11+
12+
### Bug Fixes
13+
14+
* 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))
15+
316
## [7.2.0](https://github.com/MarketSquare/robotframework-robocop/compare/v7.1.0...v7.2.0) (2026-01-01)
417

518

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__ = "7.3.0" # x-release-please-version

0 commit comments

Comments
 (0)