Skip to content

Commit

Permalink
Release 4.7.0 (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhirsz authored Dec 23, 2023
1 parent 925971f commit 3a6b1b6
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 10 deletions.
38 changes: 38 additions & 0 deletions docs/releasenotes/4.7.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
:orphan:

==============
Robotidy 4.7.0
==============

Robot Framework 7.0 critical fixes and dependency updates.

You can install the latest available version by running

::

pip install --upgrade robotframework-tidy

or to install exactly this version

::

pip install robotframework-tidy==4.7.0

.. contents::
:depth: 2
:local:

Fixes
=====

Robot Framework 7.0 backward incompatible changes: VariableIterator refactor
----------------------------------------------------------------------------

Robotidy variables handling relied upon ``VariableIterator`` class imported from Robot Framework package.
It caused ImportError which should be now fixed.

Robot Framework 7.0 backward incompatible changes: ForceTags deprecation (#584)
--------------------------------------------------------------------------------

Our tag transformers imports ``Force Tags`` class from ``robot`` module. It was deprecated in Robot Framework 7
and caused ImportError when using Robotidy. It should be now fixed.
5 changes: 0 additions & 5 deletions docs/releasenotes/unreleased/fixes.1.rst

This file was deleted.

5 changes: 0 additions & 5 deletions docs/releasenotes/unreleased/fixes.2.rst

This file was deleted.

0 comments on commit 3a6b1b6

Please sign in to comment.