We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95ce10 commit 6939ec5Copy full SHA for 6939ec5
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [3.0.3] - 2024-09-12
9
+### fixed
10
+- Fix: issue where version wasnt getting populated
11
+- Fix: move version out of `VERSION.txt` and into `datemath/_version.py` directly
12
+- Fix: typos in CHANGELOG. Thank you @s00hyun!
13
+
14
## [3.0.2] - 2024-09-11
15
### added
16
- Feat: Complete typing with strict type-checking [#43](https://github.com/nickmaccarthy/python-datemath/pull/43) Thank you @Avasam!
0 commit comments