Skip to content

Commit ef50e7c

Browse files
author
Nick MacCarthy
committed
chore: CHANGELOG updated for v3.0.2
1 parent 56e59e4 commit ef50e7c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [3.0.2] - 2024-08-27
99
### added
1010
- Feat: Complete typing with strict type-checking [#43](https://github.com/nickmaccarthy/python-datemath/pull/43) Thank you @Avasam!
11+
- Feat: Added `__version__` to to verify the version of the module.
12+
- Feat: Addded Dockerfile and relevant verify.py to help with local development and testing
1113

14+
### chore
15+
- Chore: bumped modules in requirements.txt
1216
### fixed
1317
- Fix: removed legacy-tests.py since we no longer support python2.x
1418
- Fix: removed requirements-2.txt from manifest due to deprecation of python2 support
1519
- Fix: renamed requirements-3.txt to requirements.txt to support python3 going forward
1620
- also modifed to `release.yaml` and `tests.yaml` workflows to support this
1721
- Fix: long_description should now show up in pypi https://github.com/nickmaccarthy/python-datemath/issues/33
22+
- Fix: move more pypi configurations to setup.cfg and out of setup.py
23+
1824

1925
## [3.0.1] - 2024-08-23
2026
### fixed

0 commit comments

Comments
 (0)