Releases: explosion/weasel
Releases · explosion/weasel
v0.4.3: Fix Python 3.8 support
release-v0.4.3 Update version
v0.4.2: Fix deprecation warning and use typer-slim for more minimal dependencies
- Fix deprecation warning from click usage
- Use typer-slim for more minimal dependencies
v0.4.1: Allow Typer 0.10.0 and above
v0.4.0: Allow a git repo file as asset and drop support for Python 3.6
✨ New features and improvements
- Update
cloudpathlibupper pin to 1.0.0 (#78). - Update
smart_openupper pin to 8.0.0 (#84). - Drop support for EOL Python 3.6 (#85).
🔴 Bug fixes
- Fix issue #66: Support fetching a file from a git repo as an asset.
👥 Contributors
@BLKSerene, @danieldk, @honnibal, @ines, @jeffrey12cali, @ringohoffman, @svlandeg
v0.3.4: Bug fixes for document CLI and help messages
v0.3.3: Updates for full Python 3.12 support
✨ New features and improvements
- Update for cloudpathlib 0.16 to fully support Python 3.12 including remote storage (#68).
👥 Contributors
v0.3.2: Update Typer requirement
v0.3.1: Updates for Python 3.12
✨ New features and improvements
This release introduces support for Python 3.12, with the exception of remote storage support, which currently still requires Python 3.11 or earlier. As soon as cloudpathlib supports Python 3.12, remote storage support will also be available in Weasel.
- Remove
cataloguerequirement (#57). - Update docs for
cloudpathliband Python 3.12 (#60). - Update warning and tests for Python 3.12 (#61).
🔴 Bug fixes
- Fix warning message code for
make_tempdirpermission error (#59).
👥 Contributors
v0.3.0: Remove requirements checks
✨ New features and improvements
🔴 Bug fixes
- Skip tests requiring git if it is not available (#55).
⚠️ Backwards incompatibilities
- Weasel no longer attempts to check requirements from
requirements.txtand support for thecheck_requirementsconfiguration key has been dropped.