Skip to content

Releases: Investigamer/omnitils

1.4.6

18 Oct 01:32
1.4.6
2b28557
Compare
Choose a tag to compare

1.4.6 (2024-10-17)

Fix

  • log: No longer inject message during formatting step, ensure logger allows formatting tags by default
  • github: Ensure correct repository name is provided in the return Path when downloading a repository

1.4.5

16 Oct 23:01
1.4.5
16c2f0f
Compare
Choose a tag to compare

1.4.5 (2024-10-16)

Fix

  • logs: Remove "location" by default, fix loguru incompatibility with extras passed

1.4.4

11 Oct 02:17
1.4.4
f7019b3
Compare
Choose a tag to compare

1.4.4 (2024-10-10)

Fix

  • files/archive: Remove broken import, fix failed typing

1.4.3

10 Oct 23:20
1.4.3
420c7a3
Compare
Choose a tag to compare

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

01 Oct 19:49
1.4.2
a8e6d7a
Compare
Choose a tag to compare

1.4.2 (2024-10-01)

Fix

  • dateutil: Add missing dependency

Refactor

  • release.yml: Deprecate default release template

1.4.1

23 Sep 01:34
1.4.1
175cab2
Compare
Choose a tag to compare

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