v2.0.0
The primary change here is the move from edu.wisc.library.ocfl
to io.ocfl
. If you were using the previous version, you will need to change the artifact group name and update all of the package names in your source. Only the package names changed. There were no additional breaking changes.
Fixed
- Delete old revision markers after creating a new mutable HEAD revision: #91
- Use an AtomicBoolean to track if the repository has been closed: #87
Changed
- Renamed the package root from
edu.wisc.ocfl
toio.ocfl
- Prefer
Files.find()
toFiles.walk()
: #92