Skip to content

Releases: Lykos153/AnnexRemote

v1.6.5

13 Apr 17:04
Compare
Choose a tag to compare

🐛 Bug Fix

🏠 Internal

Authors: 2

v1.6.4

28 Oct 00:20
Compare
Choose a tag to compare

🏠 Internal

  • Fix build - remove setuptools-git-versioning from pyproject.toml and also versioneer.py from MANIFEST #94 (@yarikoptic)

Authors: 1

v1.6.3

27 Oct 16:41
Compare
Choose a tag to compare

🐛 Bug Fix

  • Add actual twine upload call to .autorc to fix release to make it appear on PyPI #91 (@yarikoptic)

🏠 Internal

  • Revert "Add "workflow_dispatch:" as a way to trigger workflow" #92 (@yarikoptic)
  • Add "workflow_dispatch:" as a way to trigger workflow #92 (@yarikoptic)

Authors: 1

v1.6.2

26 Oct 02:31
Compare
Choose a tag to compare

🐛 Bug Fix

⚠️ Pushed to master

  • Remove support for Python 3.6 (EOL) (@Lykos153)

🏠 Internal

📝 Documentation

  • Include v1.6.1 produced CHANGELOG (failed to push/finalize the release) #81 (auto@nil @yarikoptic)
  • Remove bold claim that is not true anymore #72 (@Lykos153)
  • Annotated code snippets in README as python for proper coloring etc #64 (@yarikoptic)
  • renovate: ignore docs/** #47 (@Lykos153)
  • Add test and pypi badge to readme #38 (@Lykos153)

🧪 Tests

Authors: 7

v1.6.0

11 Oct 17:14
Compare
Choose a tag to compare

IMPORTANT: Starting with this release, Python 2 is no longer supported

Added

  • Logging handler
  • CHANGELOG.md

Removed

  • Support for Python 2.7

Update test cases for v1.4.4

28 Nov 15:58
Compare
Choose a tag to compare
v1.4.5

Update test cases for 4a634cb

v1.4.4

21 Nov 18:05
Compare
Choose a tag to compare
  • Improve exception handling: Convert any exception to an ERROR message and dump the traceback to DEBUG

Don't break public API

26 May 00:27
Compare
Choose a tag to compare
  • Reinstate Protocol class

Correct whitespace check in CHECKURL

23 May 09:17
Compare
Choose a tag to compare
  • Docstrings added
  • CHECKURL now only splits on b' ', other whitespaces are allowed to be part of the String
  • Added support for ERROR coming from git-annex
  • Added check to Listen() if the Master has been linked to a Remote

Include tests in PyPI tarball

26 Apr 10:26
b8b1331
Compare
Choose a tag to compare
Merge pull request #16 from dotlambda/patch-1

Include tests in PyPI tarball