From 93b55fe25cf9cd87f2148a4e054c3178f46ef9e5 Mon Sep 17 00:00:00 2001 From: David Trowbridge Date: Tue, 24 Jan 2023 10:39:12 -0700 Subject: [PATCH] Update github actions for release and add release notes for 2.0.9. --- .github/workflows/release.yml | 4 ++-- HISTORY.rst | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a49cb771..16beeefb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,12 +11,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: 3.8 diff --git a/HISTORY.rst b/HISTORY.rst index 992ef36f..142d55a2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,18 @@ History Unreleased ========== +2.0.9 +===== + +* Fixed some typos in the docs. +* Fixed string type of errors reported from compilers and compressors. +* Updated github actions matrix for host and django support. +* Updated github actions configuration to use modern versions of third-party + actions. +* Improved the packager to copy files to (S3) storage if it does not exist + (#502). + + 2.0.8 =====