Skip to content

Commit 2eb1c9b

Browse files
authored
Release 3.3.1 (#431)
1 parent 3ce7544 commit 2eb1c9b

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

docs/releasenotes/3.3.1.rst

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,13 @@ This change will breaks the Robotidy with RF 6.0 when using ``Translate`` transf
1919
Do not rename variables in RenameKeyword (#417)
2020
------------------------------------------------
2121
Variables were also renamed in ``RenameKeyword`` transformer.
22-
Following code:
22+
Following code::
2323

24-
```
25-
Login With '${user.id}'
26-
```
24+
Login With '${user.id}'
2725

28-
was transformed to:
26+
was transformed to::
2927

30-
```
31-
Login With '${user.Id}'
32-
```
28+
Login With '${user.Id}'
3329

3430
To fix this issue we redesigned keyword name matching in the transformer.
3531
Now it should properly escape all variables (and also possible indices).

robotidy/version.py

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

0 commit comments

Comments
 (0)