Releases: m1so/fastdatetime
Releases · m1so/fastdatetime
v0.3.2
- support Python 3.11 and update dependencies (#6)
v0.3.1
- Account for fallible datetime conversion (#5)
v0.3.0
- enforce strict parsing in order to conform to
strptime
(i.e. if there's "unconsumed" input an error is raised) #4
v0.2.0
- add
dayfirst
and yearfirst
arguments to fastdatetime.parse
#3
v0.1.1
- Fix build for aarch64 #1
- Remove flaky Windows x86 build #1