@@ -3,7 +3,15 @@ title: Changelog
33authors : Dr Marcus Baw
44---
55
6+ ## 1.3.5
7+
8+ - Adds Python 3.12 to the supported versions which are tested in the GitHub Action CI/CD pipeline.
9+ - Removes Python 3.7 from the supported versions which are tested in the GitHub Action CI/CD pipeline.
10+ - Adds a source document regarding the NHS number specification to the docs/_ source-documents folder.
11+ - Upgrades all GitHub Actions within workflows (eg ` actions/checkout@v3 ` ) to latest version of the Node 20-based actions
12+
613## 1.3.4
14+
715- Revert of the new logo, minor edits to the documentation, accepted Anchit PR
816- Reverted to plain code rather than Carbon for the code snippets.
917- No changes to Python code
@@ -14,28 +22,27 @@ authors: Dr Marcus Baw
1422
1523## 1.3.2
1624
17- * GitHub action for CI/CD to publish to live PyPi
18- * Minor documentation updates
25+ - GitHub action for CI/CD to publish to live PyPi
26+ - Minor documentation updates
1927
2028## 1.3.1
2129
22- * Changed to Netlify for documentation site deployment
23- * GitHub action for CI/CD to publish to Test PyPi
30+ - Changed to Netlify for documentation site deployment
31+ - GitHub action for CI/CD to publish to Test PyPi
2432
2533## 1.3.0 (Refactor, June 2023)
2634
27- * GitHub repo is transferred from Andy Law to the Faculty of Clinical Informatics.
28- * Extensive refactor to add new features such as generation of NHS numbers.
29- * Adds documentation site published to GitHub Pages with GitHub Actions publication.
30- * Adds GitHub Actions for CI/CD to publish to PyPI.
31- * Python version support added for 3.11
32- * Python version support dropped for 3.5, Python 2, etc
33-
35+ - GitHub repo is transferred from Andy Law to the Faculty of Clinical Informatics.
36+ - Extensive refactor to add new features such as generation of NHS numbers.
37+ - Adds documentation site published to GitHub Pages with GitHub Actions publication.
38+ - Adds GitHub Actions for CI/CD to publish to PyPI.
39+ - Python version support added for 3.11
40+ - Python version support dropped for 3.5, Python 2, etc
3441
3542## 1.2.2
3643
37- * Adds support for additional Python versions (3.8, 3.9, 3.10).
44+ - Adds support for additional Python versions (3.8, 3.9, 3.10).
3845
3946## 1.2.1
4047
41- * Original package is known as ` nhs-number ` on PyPI and [ NhsNumberChecks] ( https://github.com/andylaw/NhsNumberChecks ) on GitHub.
48+ - Original package is known as ` nhs-number ` on PyPI and [ NhsNumberChecks] ( https://github.com/andylaw/NhsNumberChecks ) on GitHub.
0 commit comments