Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Releases: jwodder/gamdam

v0.5.0 — End of life

12 Dec 21:36
v0.5.0

Choose a tag to compare

  • Migrated from setuptools to hatch
  • Update for Pydantic v2
  • Update for anyio v4
  • Declare the project unsupported going forwards

v0.4.0 — Support Windows

29 Oct 18:35
v0.4.0

Choose a tag to compare

  • Fix how URLs set with git-annex registerurl are displayed in log messages
  • Support Python 3.11
  • Improve formatting of certain multiline git-annex error messages
  • Get tests to pass on macOS and Windows
    • Fix an issue with setting metadata on Windows or in an unlocked branch
      • Metadata is no longer set on files that aren't annexed
  • Warn if metadata or URLs couldn't be attached to a downloaded file due to the
    file not being assigned a git-annex key

v0.3.1 — Fixes

24 Oct 13:28
v0.3.1

Choose a tag to compare

  • Fix a minor bug that could cause git-annex init to be run in an already-initialized git-annex repository
  • Fix --failures option (broken in 0.3.0)

v0.3.0 — Change `subscriber`

05 Aug 22:08
v0.3.0

Choose a tag to compare

  • The subscriber argument to download() is now an optional anyio.abc.ObjectSendStream[DownloadResult]

v0.2.0 — anyio and git-annex update

17 Jul 20:27
v0.2.0

Choose a tag to compare

  • Update for changes to the registerurl command in git-annex 10.20220222
    • gamdam now requires git-annex v10.20220222 or higher to run
  • Switch from trio to anyio

v0.1.0 — Initial release

24 Oct 19:54
v0.1.0

Choose a tag to compare