From 068baf48e1e759a4d30f9673f8cea06b718e38d3 Mon Sep 17 00:00:00 2001 From: Tatu Aalto Date: Sun, 19 Nov 2023 15:23:29 +0200 Subject: [PATCH] Release notes for 4.3.0 --- docs/PythonLibCore-4.3.0.rst | 66 ++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 docs/PythonLibCore-4.3.0.rst diff --git a/docs/PythonLibCore-4.3.0.rst b/docs/PythonLibCore-4.3.0.rst new file mode 100644 index 0000000..da43c7e --- /dev/null +++ b/docs/PythonLibCore-4.3.0.rst @@ -0,0 +1,66 @@ +========================= +Python Library Core 4.3.0 +========================= + + +.. default-role:: code + + +`Python Library Core`_ is a generic component making it easier to create +bigger `Robot Framework`_ test libraries. Python Library Core 4.3.0 is +a new release with support of Robot Framework 7.0 and return type hints. + +All issues targeted for Python Library Core v4.3.0 can be found +from the `issue tracker`_. + +:: + + pip install --upgrade pip install robotframework-pythonlibcore + +to install the latest available release or use + +:: + + pip install pip install robotframework-pythonlibcore==4.3.0 + +to install exactly this version. Alternatively you can download the source +distribution from PyPI_ and install it manually. + +Python Library Core 4.3.0 was released on Sunday November 19, 2023. + +.. _PythonLibCore: https://github.com/robotframework/PythonLibCore +.. _Robot Framework: http://robotframework.org +.. _pip: http://pip-installer.org +.. _PyPI: https://pypi.python.org/pypi/robotframework-robotlibcore +.. _issue tracker: https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av4.3.0 + + +.. contents:: + :depth: 2 + :local: + +Most important enhancements +=========================== + +Support RF 7.0 (`#135`_) +------------------------ +THis release supports FF 7 return type hints. + +Full list of fixes and enhancements +=================================== + +.. list-table:: + :header-rows: 1 + + * - ID + - Type + - Priority + - Summary + * - `#135`_ + - enhancement + - high + - Support RF 7.0 + +Altogether 1 issue. View on the `issue tracker `__. + +.. _#135: https://github.com/robotframework/PythonLibCore/issues/135