v0.4.0
What's new
Changed
- Switched to using
thiserror
andanyhow
for error handling.
Fixed
- Fixed default timeout of
None
. Meta
is now written to file before the tempfile of a downloaded resource is moved to its final cache location. This avoids a bug (albeit, an unlikely one) where the cache could be corrupted if writing theMeta
to file fails.
Commits
1ce3554 write meta before renaming cached resource (#21)
b8e1fab update CHANGELOG
3bbfa91 fix default timeout
2968f78 fix
2916f06 add install instructions
773d2be add to readme (#20)
4c506f8 prepare for release v0.4.0-rc1
7601f96 try cache v2 (#19)
bffdd9e switch to thiserror and anyhow (#18)
5e7cd28 update gitignore
97c6c92 fix typo