Releases: karlicoss/orgparse
Releases · karlicoss/orgparse
v0.4.20251030: rolling release
What's Changed
- chore: bump CI stuff and update readme by @karlicoss in #75
- Mention installation option via conda-forge. by @kklein in #69
- also fixes #17
New Contributors
Full Changelog: v0.4.20250520...v0.4.20251020
v0.4.20250520: rolling release
No actually meaningful changes, just a release after CI cleanup
What's Changed
- general: update CI files by @karlicoss in #72
- general: fix all ruff stuff + more mypy coverage by @karlicoss in #73
Full Changelog: v0.4.20231004...v0.4.20250520
v0.4.20231004: new release, mainly switch to pyproject.toml
What's Changed
- small ci updates; remove python2 compat stuff by @karlicoss in #64
- update to src/ structure and use pyproject.toml by @karlicoss in #65
- ci updates by @karlicoss in #66
Full Changelog: v0.3.2...v0.4.20231004
new release
v0.3.2 refactor load method to allow for easier mocking with pyfakefs (#57)
support open CLOCK dates
- feature: support open CLOCK dates #49 (thanks @tbruckmaier !)
release
support Effort property properly
v0.2.4 update ci config
fix regression in `orgparse.load` method
fix regression in orgparse.load method for file-like objects broken in https://github.com/karlicoss/orgparse/commit/30671890e38db0c7becab12dfda6ff7d97496a8b see https://github.com/karlicoss/orgparse/issues/32
only split filetags by ':'
v0.2.2 only split filetags by ':'
fix typo in py.typed so mypy checks work
v0.2.1 fix: py.typed typo