Releases: Lykos153/AnnexRemote
Releases · Lykos153/AnnexRemote
v1.6.6
🐛 Bug Fix
- Allow to communicate ErrorMsg for CHECKURL-FAILURE via RemoteError exception #106 (@yarikoptic)
- chore(deps): update pre-commit hook psf/black to v24.8.0 #105 (@renovate[bot])
- chore(deps): update pre-commit hook psf/black to v24.4.2 #104 (@renovate[bot])
- chore(deps): update pre-commit hook psf/black to v24.4.1 #103 (@renovate[bot])
Authors: 2
- @renovate[bot]
- Yaroslav Halchenko (@yarikoptic)
v1.6.5
🐛 Bug Fix
- Add listconfigs to examples/git-annex-remote-directory + a test for that #101 (@yarikoptic)
- chore(deps): update pre-commit hook psf/black to v24.3.0 #99 (@renovate[bot])
- chore(deps): update pre-commit hook psf/black to v24 #98 (@renovate[bot])
- Update pre-commit hook psf/black to v23.12.0 #95 (@renovate[bot])
- Update actions/setup-python action to v5 #96 (@renovate[bot])
🏠 Internal
- chore(deps): update pre-commit hook psf/black to v24.4.0 #102 (@renovate[bot])
Authors: 2
- @renovate[bot]
- Yaroslav Halchenko (@yarikoptic)
v1.6.4
🏠 Internal
- Fix build - remove setuptools-git-versioning from pyproject.toml and also versioneer.py from MANIFEST #94 (@yarikoptic)
Authors: 1
- Yaroslav Halchenko (@yarikoptic)
v1.6.3
🐛 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
- Yaroslav Halchenko (@yarikoptic)
v1.6.2
🐛 Bug Fix
- Fix invalid escape sequences in test regexes #76 (@musicinmybrain)
- Add 3.10 and 3.11 into the mix of supported Pythons #62 (@yarikoptic)
- Migrate from setup.py to pyproject.toml #51 (@Lykos153)
⚠️ Pushed to master
- Remove support for Python 3.6 (EOL) (@Lykos153)
🏠 Internal
- Use released 3.12 not rc on github workflows #89 (@yarikoptic)
- chore(deps): update pre-commit hook psf/black to v23.10.1 #87 (@renovate[bot])
- Codespell fix some typos #86 (@yarikoptic)
- chore(deps): update pre-commit hook psf/black to v23.10.0 #84 (@renovate[bot])
- Use intuit auto for release #73 (@yarikoptic)
- chore(deps): update actions/checkout action to v4 #79 (@renovate[bot])
- chore(deps): update pre-commit hook psf/black to v23.9.1 #77 (@renovate[bot])
- chore(deps): update codespell-project/actions-codespell action to v2 #74 (@renovate[bot])
- chore(deps): update pre-commit hook psf/black to v23.3.0 #70 (@renovate[bot])
- chore(deps): update pre-commit hook psf/black to v23 #68 (@renovate[bot])
- chore(deps): update actions/checkout action to v3 #58 (@renovate[bot])
- Add codespell CI, fix typos with 1 of its runs with -w #63 (@yarikoptic)
- Update pre-commit hook psf/black to v22.8.0 #57 (@renovate[bot])
- Update pre-commit hook psf/black to v22.6.0 #56 (@renovate[bot])
- renovate: Add pre-commit #55 (@Lykos153)
- Update actions/setup-python action to v4 #50 (@renovate[bot])
- Configure pre-commit for nosetests #54 (@Lykos153)
- Use black #53 (@Lykos153)
- Update Versioneer to 0.22 #49 (@hugovk @Lykos153)
- Use versions instead of commit hashes for actions #48 (@Lykos153)
- Update actions/checkout action to v3 #43 (@renovate-bot)
- Update actions/setup-python action to v3 #44 (@renovate-bot)
- Update pypa/gh-action-pypi-publish digest to 717ba43 #41 (@renovate-bot)
- Configure Renovate #39 (@renovate-bot @renovate[bot])
- Create action to publish on pypi #35 (@Lykos153)
📝 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
- Use pytest-cov and upload coverage to codecov #82 (@yarikoptic)
- Switch from nose to pytest, add 3.12.0-rc3 into matrix #80 (@yarikoptic)
- Add github action for running nosetests #37 (@Lykos153)
Authors: 7
- @renovate[bot]
- auto (auto@nil)
- Ben Beasley (@musicinmybrain)
- Hugo van Kemenade (@hugovk)
- Mend Renovate (@renovate-bot)
- Silvio Ankermann (@Lykos153)
- Yaroslav Halchenko (@yarikoptic)
v1.6.0
Update test cases for v1.4.4
v1.4.5 Update test cases for 4a634cb
v1.4.4
Don't break public API
- Reinstate Protocol class
Correct whitespace check in CHECKURL
- 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