Skip to content

Commit 93b55fe

Browse files
committed
Update github actions for release and add release notes for 2.0.9.
1 parent 54d7c15 commit 93b55fe

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
with:
1616
fetch-depth: 0
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v3
2020
with:
2121
python-version: 3.8
2222

HISTORY.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ History
66
Unreleased
77
==========
88

9+
2.0.9
10+
=====
11+
12+
* Fixed some typos in the docs.
13+
* Fixed string type of errors reported from compilers and compressors.
14+
* Updated github actions matrix for host and django support.
15+
* Updated github actions configuration to use modern versions of third-party
16+
actions.
17+
* Improved the packager to copy files to (S3) storage if it does not exist
18+
(#502).
19+
20+
921
2.0.8
1022
=====
1123

0 commit comments

Comments
 (0)