Skip to content

fix typo in changelog #55

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [3.0.2] - 2024-09-11
### added
- Feat: Complete typing with strict type-checking [#43](https://github.com/nickmaccarthy/python-datemath/pull/43) Thank you @Avasam!
- Feat: Added `__version__` to to verify the version of the module.
- Feat: Addded Dockerfile and relevant verify.py to help with local development and testing
- Feat: Added `__version__` to verify the version of the module.
- Feat: Added Dockerfile and relevant verify.py to help with local development and testing

### chore
- Chore: bumped modules in requirements.txt
Expand All @@ -33,7 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix: Bump certifi to latest: https://github.com/nickmaccarthy/python-datemath/pull/38
### added
- Feat: Typehint support: https://github.com/nickmaccarthy/python-datemath/issues/31
- Feat: Revamed CHANGELOG.md to keepachangelog.org format
- Feat: Renamed CHANGELOG.md to keepachangelog.org format

### todo
- todo: Fix pypi: https://github.com/nickmaccarthy/python-datemath/issues/33
Expand Down
Loading