diff --git a/changes/noissue.1.fix.rst b/changes/noissue.1.fix.rst deleted file mode 100644 index 03faa3c..0000000 --- a/changes/noissue.1.fix.rst +++ /dev/null @@ -1 +0,0 @@ -Dev: Fixes for starting and releasing a version. diff --git a/changes/noissue.2.0.1.notshown.rst b/changes/noissue.2.0.1.notshown.rst deleted file mode 100644 index 34a874c..0000000 --- a/changes/noissue.2.0.1.notshown.rst +++ /dev/null @@ -1 +0,0 @@ -Dummy change for starting new version 2.0.1 diff --git a/changes/noissue.2.cleanup.rst b/changes/noissue.2.cleanup.rst deleted file mode 100644 index 0a987a5..0000000 --- a/changes/noissue.2.cleanup.rst +++ /dev/null @@ -1,2 +0,0 @@ -Accommodated rollout of Ubuntu 24.04 on GitHub Actions by using ubuntu-22.04 -as the OS image for Python 3.8 based test runs. diff --git a/changes/noissue.2.fix.rst b/changes/noissue.2.fix.rst deleted file mode 100644 index 617edad..0000000 --- a/changes/noissue.2.fix.rst +++ /dev/null @@ -1,3 +0,0 @@ -Dev: In the make commands to create/update AUTHORS.md, added a reftag to the -'git shortlog' command to fix the issue that without a terminal (e.g. in GitHub -Actions), the command did not display any authors. diff --git a/changes/noissue.3.fix.rst b/changes/noissue.3.fix.rst deleted file mode 100644 index 2e5f7e6..0000000 --- a/changes/noissue.3.fix.rst +++ /dev/null @@ -1,3 +0,0 @@ -Dev: Disabled the trusted publisher concept of Pypi for the time being, to -avoid the subsequent access errors in the publish workflow that are not yet -understood. diff --git a/changes/noissue.safety.fix.rst b/changes/noissue.safety.fix.rst deleted file mode 100644 index 37990fd..0000000 --- a/changes/noissue.safety.fix.rst +++ /dev/null @@ -1 +0,0 @@ -Addressed safety issues up to 2025-01-12. diff --git a/docs/changes.rst b/docs/changes.rst index 1bbaafe..f6e9940 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -23,6 +23,31 @@ Change log .. ============================================================================ .. towncrier start +Version 2.0.1 +^^^^^^^^^^^^^ + +Released: 2025-01-12 + +**Bug fixes:** + +* Addressed safety issues up to 2025-01-12. + +* Dev: Fixes for starting and releasing a version. + +* Dev: In the make commands to create/update AUTHORS.md, added a reftag to the + 'git shortlog' command to fix the issue that without a terminal (e.g. in GitHub + Actions), the command did not display any authors. + +* Dev: Disabled the trusted publisher concept of Pypi for the time being, to + avoid the subsequent access errors in the publish workflow that are not yet + understood. + +**Cleanup:** + +* Accommodated rollout of Ubuntu 24.04 on GitHub Actions by using ubuntu-22.04 + as the OS image for Python 3.8 based test runs. + + Version 2.0.0 ^^^^^^^^^^^^^