Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7e511a

Browse files
committed
Release notes for 7.2.2
1 parent e80b8ab commit a7e511a

File tree

2 files changed

+86
-10
lines changed

2 files changed

+86
-10
lines changed

doc/releasenotes/rf-7.2.1.rst

+7-10
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ Robot Framework 7.2.1
44

55
.. default-role:: code
66

7-
`Robot Framework`_ 7.2.1 is the first and also the only planned bug fix release
8-
in the Robot Framework 7.2.x series. It fixes all reported regressions in
9-
`Robot Framework 7.2 <rf-7.2.rst>`_ as well as some issues affecting also
10-
earlier versions.
7+
`Robot Framework`_ 7.2.1 is the first bug fix release in the Robot Framework 7.2.x
8+
series. It fixes all reported regressions in `Robot Framework 7.2 <rf-7.2.rst>`_
9+
as well as some issues affecting also earlier versions. Unfortunately the
10+
there was a mistake in the build process that required creating an immediate
11+
`Robot Framework 7.2.2 <rf-7.2.2.rst>`_ release.
1112

1213
Questions and comments related to the release can be sent to the `#devel`
1314
channel on `Robot Framework Slack`_ and possible bugs submitted to
@@ -30,6 +31,7 @@ from PyPI_ and install it manually. For more details and other installation
3031
approaches, see the `installation instructions`_.
3132

3233
Robot Framework 7.2.1 was released on Friday February 7, 2025.
34+
It has been superseded by `Robot Framework 7.2.2 <rf-7.2.2.rst>`_.
3335

3436
.. _Robot Framework: http://robotframework.org
3537
.. _Robot Framework Foundation: http://robotframework.org/foundation
@@ -94,10 +96,6 @@ Full list of fixes and enhancements
9496
- bug
9597
- medium
9698
- `Lists Should Be Equal` does not work as expected with `ignore_case` and `ignore_order` arguments
97-
* - `#5329`_
98-
- bug
99-
- medium
100-
- New language selection button in my libdoc makes mobile view very uncomfortable
10199
* - `#5331`_
102100
- bug
103101
- medium
@@ -107,13 +105,12 @@ Full list of fixes and enhancements
107105
- low
108106
- Elapsed time is ignored when parsing output.xml if start time is not set
109107

110-
Altogether 8 issues. View on the `issue tracker <https://github.com/robotframework/robotframework/issues?q=milestone%3Av7.2.1>`__.
108+
Altogether 7 issues. View on the `issue tracker <https://github.com/robotframework/robotframework/issues?q=milestone%3Av7.2.1>`__.
111109

112110
.. _#5326: https://github.com/robotframework/robotframework/issues/5326
113111
.. _#5317: https://github.com/robotframework/robotframework/issues/5317
114112
.. _#5318: https://github.com/robotframework/robotframework/issues/5318
115113
.. _#5058: https://github.com/robotframework/robotframework/issues/5058
116114
.. _#5321: https://github.com/robotframework/robotframework/issues/5321
117-
.. _#5329: https://github.com/robotframework/robotframework/issues/5329
118115
.. _#5331: https://github.com/robotframework/robotframework/issues/5331
119116
.. _#5325: https://github.com/robotframework/robotframework/issues/5325

doc/releasenotes/rf-7.2.2.rst

+79
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
=====================
2+
Robot Framework 7.2.2
3+
=====================
4+
5+
.. default-role:: code
6+
7+
`Robot Framework`_ 7.2.2 is the second and the last planned bug fix release
8+
in the Robot Framework 7.2.x series. It fixes a mistake made when releasing
9+
`Robot Framework 7.2.1 <rf-7.2.1.rst>`_.
10+
11+
Questions and comments related to the release can be sent to the `#devel`
12+
channel on `Robot Framework Slack`_ and possible bugs submitted to
13+
the `issue tracker`_.
14+
15+
If you have pip_ installed, just run
16+
17+
::
18+
19+
pip install --pre --upgrade robotframework
20+
21+
to install the latest available release or use
22+
23+
::
24+
25+
pip install robotframework==7.2.2
26+
27+
to install exactly this version. Alternatively you can download the package
28+
from PyPI_ and install it manually. For more details and other installation
29+
approaches, see the `installation instructions`_.
30+
31+
Robot Framework 7.2.2 was released on Friday February 7, 2025.
32+
33+
.. _Robot Framework: http://robotframework.org
34+
.. _Robot Framework Foundation: http://robotframework.org/foundation
35+
.. _pip: http://pip-installer.org
36+
.. _PyPI: https://pypi.python.org/pypi/robotframework
37+
.. _issue tracker milestone: https://github.com/robotframework/robotframework/issues?q=milestone%3Av7.2.2
38+
.. _issue tracker: https://github.com/robotframework/robotframework/issues
39+
.. _robotframework-users: http://groups.google.com/group/robotframework-users
40+
.. _Slack: http://slack.robotframework.org
41+
.. _Robot Framework Slack: Slack_
42+
.. _installation instructions: ../../INSTALL.rst
43+
44+
.. contents::
45+
:depth: 2
46+
:local:
47+
48+
Acknowledgements
49+
================
50+
51+
Robot Framework development is sponsored by the `Robot Framework Foundation`_
52+
and its over 70 member organizations. If your organization is using Robot Framework
53+
and benefiting from it, consider joining the foundation to support its development
54+
as well.
55+
56+
Big thanks to the Foundation and to everyone who has submitted bug reports, debugged
57+
problems, or otherwise helped with Robot Framework development.
58+
59+
| `Pekka Klärck <https://github.com/pekkaklarck>`_
60+
| Robot Framework lead developer
61+
62+
Full list of fixes and enhancements
63+
===================================
64+
65+
.. list-table::
66+
:header-rows: 1
67+
68+
* - ID
69+
- Type
70+
- Priority
71+
- Summary
72+
* - `#5329`_
73+
- bug
74+
- medium
75+
- New Libdoc language selection button does not work well on mobile
76+
77+
Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/robotframework/issues?q=milestone%3Av7.2.2>`__.
78+
79+
.. _#5329: https://github.com/robotframework/robotframework/issues/5329

0 commit comments

Comments
 (0)