Releases: Investigamer/omnitils
Releases · Investigamer/omnitils
1.4.6
1.4.5
1.4.5 (2024-10-16)
Fix
- logs: Remove "location" by default, fix loguru incompatibility with extras passed
1.4.4
1.4.4 (2024-10-10)
Fix
- files/archive: Remove broken import, fix failed typing
1.4.3
1.4.3 (2024-10-10)
Fix
- typing: Improve accuracy of defined types
Refactor
- schema: Add "ArbitraryDictSchema", alternative for DictSchema that allows arbitrary types
- cli/testing: Use DisposableDir to generate temporary directory when testing github downloads
1.4.2
1.4.2 (2024-10-01)
Fix
- dateutil: Add missing dependency
Refactor
- release.yml: Deprecate default release template
1.4.1
1.4.1 (2024-09-22)
Fix
- duplicate: Remove CHANGES.md from repository
- workflows: Ensure build workflow functions correctly
- workflows: Ensure dev deps are installed during
poetry install
command
Refactor
- workflows: Update build pipeline