Skip to content

Releases: chrisimcevoy/pyoda-time

v0.10.0

12 Jan 11:37
5833378
Compare
Choose a tag to compare

0.10.0 (2025-01-12)

Features

Bug Fixes

Documentation

  • Add examples to the quick start in README.md (#244) (7c97e3d)

v0.9.3

18 Dec 03:58
a179661
Compare
Choose a tag to compare

0.9.3 (2024-12-18)

Bug Fixes

  • use hatch build backend (9281bf3)

v0.9.2

18 Dec 03:55
2378c90
Compare
Choose a tag to compare

0.9.2 (2024-12-18)

Bug Fixes

v0.9.1

18 Dec 03:40
898a136
Compare
Choose a tag to compare

0.9.1 (2024-12-18)

Bug Fixes

v0.9.0

18 Dec 03:36
7db266c
Compare
Choose a tag to compare

0.9.0 (2024-12-18)

Features

Bug Fixes

  • CultureInfo: default locale name should contain hyphen rather than underscore (#157) (86769d2)
  • repetition in docstring (#213) (7010bb4)
  • stdblib conversions for Duration (#178) (9b64d3d)
  • use patterns in types which have them (#156) (e43afe4)

Documentation

v0.8.0

29 May 09:07
4e09330
Compare
Choose a tag to compare

0.8.0 (2024-05-28)

Features

Bug Fixes

  • _LocalInstant._is_valid (84db8d0)

v0.7.1

17 May 20:04
f579ed1
Compare
Choose a tag to compare

0.7.1 (2024-05-17)

Documentation

  • switch to pre-alpha trove classifier (#113) (384a3d5)

v0.7.0

17 May 00:46
05070ea
Compare
Choose a tag to compare

0.7.0 (2024-05-17)

Features

Bug Fixes

  • enforce consistent comparison operator behaviour (#95) (95cfca1)
  • move version.py out of package (#101) (6c5bb1b)

Documentation

  • add readthedocs config (#62) (dceaab7)
  • add sphinx project (#61) (c21a87f)
  • fix path to sphinx conf in .readthedocs.yaml (#63) (4396606)
  • set custom domain as canonical url in sphinx (#65) (c2cf6ac)
  • update license badge and trove classifiers (#42) (e22c0b8)
  • update README.md and add CONTRIBUTING.md (#56) (e946b9c)
  • update README.md to point to readthedocs (#67) (56b6494)

v0.6.0

12 Jan 00:37
907e54c
Compare
Choose a tag to compare

0.6.0 (2024-01-12)

Features

Bug Fixes

  • add missing calendar tests (#20) (1ab7938)
  • include version.py file (1ed94f8)
  • Instant: Raise OverflowError when Instant._plus() is passed a sufficiently large or small Offset (#18) (c42f124)
  • pre-commit: add v prefix to commitizen pre-commit hook rev (#26) (999f7a7)
  • remove v3 release-please config (#29) (eda98bb)

v0.5.0

22 Nov 01:38
e769f32
Compare
Choose a tag to compare

0.5.0 (2023-11-22)

🚀 Features

🐛 Bug Fixes

  • changelog: make CHANGELOG.md play nice with release-please-action (#13) (76062f9)
  • typing: add ruff rules & fix type hint (#10) (4a3b702)