Releases: oVirt/userstorage
Releases · oVirt/userstorage
Release 0.5.3
Changes
- Fix deprecated license classifiers
- Fix importlib import
What's Changed
Full Changelog: v0.5.2...v0.5.3
Release 0.5.2
Important Changes
- Project moved to the oVirt Organisation
- imp has been replaced with importlib to work with Python 3.12
- CI pipelines have been fixed
PR's
- Cleanups by @nirs in #24
- Update README - projects using userstorage by @nirs in #26
- Add README.md badges by @krupalitrivedi in #25
- Add links titles to badges by @nirs in #28
- CONTRIBUTING.md: add new contributing doc by @aesteve-rh in #27
- Updates by @dupondje in #32
- Prepare for 0.5.2 by @dupondje in #33
New Contributors
- @krupalitrivedi made their first contribution in #25
- @dupondje made their first contribution in #32
Full Changelog: v0.5.1...v0.5.2
Release 0.5.1
This release includes:
- Remove pytest dependency
- Make missing storage configurable (#17)
Contributors:
- Albert Esteve
- Nir Soffer
Release 0.5
This release includes:
- Backends can be used as context manager
- Add Mount.tmpdir() method
- Xfail tests if optional backend is missing
- Python2.7 is not supported anymore
Contributors:
- Albert Esteve