Skip to content

Commit

Permalink
changelog updates v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Nov 10, 2023
1 parent b7b28b8 commit 285bf24
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Changelog

## v4.1.0

- update the GitHub Action to use node 20 environment from node 16 environment (addresses GitHub Actions node 16 deprecation warnings)
- add cPython 3.12.x interpreter testing support
- drop cPython 3.8.x interpreter testing support (may work, no longer tested)
- development dependency updates

## v4.0.0

- update the GitHub Action to use node 16 environment from node 12 environment (addresses GitHub Actions node 12 deprecation warnings)
- add cPython 3.11.x interpreter support
- drop cPython 3.7.x interpreter support (may work, no longer tested)
- add cPython 3.11.x interpreter testing support
- drop cPython 3.7.x interpreter testing support (may work, no longer tested)
- update CodeQL configuration
- dependency updates

Expand Down

0 comments on commit 285bf24

Please sign in to comment.