Skip to content

Commit 8ff6520

Browse files
authored
Prepare release (#274)
1 parent 353ca5a commit 8ff6520

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

docs/releasenotes/2.0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,3 +243,6 @@ Now `Robotidy` tries to output the reason of a failure:
243243

244244
### Changes to acceptance tests
245245
Refactored Robotidy acceptance tests ([#248](https://github.com/MarketSquare/robotframework-tidy/issues/248)).
246+
247+
### Fixes
248+
- Unmodified files are now not saved to the disk ([#237](https://github.com/MarketSquare/robotframework-tidy/issues/237))

robotidy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0b1"
1+
__version__ = "2.0"

tests/atest/transformers/NormalizeNewLines/test_transformer.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,4 @@ def test_consecutive_empty_lines(self, empty_lines):
4949

5050
@pytest.mark.parametrize("trailing_lines", [0, 1, 2])
5151
def test_inline_if(self, trailing_lines):
52-
self.compare(
53-
source=f"inline_if_{trailing_lines}_lines.robot",
54-
expected="inline_if.robot",
55-
target_version=5
56-
)
52+
self.compare(source=f"inline_if_{trailing_lines}_lines.robot", expected="inline_if.robot", target_version=5)

0 commit comments

Comments
 (0)