mirror of https://github.com/zkat/cacache-rs.git
5.8 KiB
5.8 KiB
2.0.1 (2019-10-15)
- Just adds some examples of the core API.
2.0.0 (2019-10-15)
Features
- async: add extra async versions of APIs (#6) (18190bfc)
- license:
- relicense to Parity+Apache (4d9404b9)
Bug Fixes
- windows: add windows support (97f44573)
Breaking Changes
- license: relicense to Parity+Apache (4d9404b9)
1.0.1 (2019-07-01)
Initial History generation.
Features
- api: AsRef all the things! (5af622eb)
- content: add baseline read functionality (e98bfb17)
- error:
- errors: add errors module (b0464849)
- exports: re-export ssri::Algorithm and serde_json::Value (87adc8cf)
- get:
- index:
- ls: implemented cacache::ls::all() (b0f351ea)
- path: ported content_path (0f768fa5)
- put:
- read:
- rm:
- write: initial hack for write (e452fdcd)