Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikahanninen committed Dec 8, 2024
1 parent b829379 commit 1d22a25
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
- name: "windows-py311"
python: "3.11"
os: windows-latest
- name: "windows-py312"
python: "3.12"
node-version: 20.x
os: windows-latest
# - name: "windows-py312"
# python: "3.12"
# node-version: 20.x
# os: windows-latest
- name: "ubuntu-py39"
python: "3.9"
os: ubuntu-latest
Expand All @@ -67,10 +67,10 @@ jobs:
- name: "ubuntu-py311"
python: "3.11"
os: ubuntu-latest
- name: "ubuntu-py312"
python: "3.12"
node-version: 20.x
os: ubuntu-latest
# - name: "ubuntu-py312"
# python: "3.12"
# node-version: 20.x
# os: ubuntu-latest
- name: "macos-py39"
python: "3.9"
os: macos-13
Expand All @@ -80,10 +80,10 @@ jobs:
- name: "macos-py311"
python: "3.11"
os: macos-13
- name: "macos-py312"
python: "3.12"
node-version: 20.x
os: macos-13
# - name: "macos-py312"
# python: "3.12"
# node-version: 20.x
# os: macos-13
env:
SETUPTOOLS_USE_DISTUTILS: stdlib
INVOKE_IS_CI_CD: 1
Expand Down
15 changes: 10 additions & 5 deletions docs/source/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,21 @@ Latest versions
`Upcoming release <https://github.com/robocorp/rpaframework/projects/3#column-16713994>`_
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

28.6.4 - 04 Dec 2024
--------------------

- Bump `holidays` to `0.45` and `validators` to `0.34.0`, in order to fix [CWE-1333](https://cwe.mitre.org/data/definitions/1333.html)

`Released <https://pypi.org/project/rpaframework/#history>`_
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

29.0.0 - 08 Dec 2024
--------------------

- Support added for Python version **3.12**
- Minimum supported Python version is now **3.9**
- Update ``rpaframework-windows`` to version **8.0.0**
- Bump `holidays` to `0.45` and `validators` to `0.34.0`, in order to fix [CWE-1333](https://cwe.mitre.org/data/definitions/1333.html)
- A lot of other dependencies have been updated

28.6.3 - 17 Sep 2024
-----------
--------------------

Security releases regarding dependency package ``cryptography``. Other security updates have been done as well and
because of that multiple package releases have been done.
Expand Down

0 comments on commit 1d22a25

Please sign in to comment.