Index: www/changelog.md ================================================================== --- www/changelog.md +++ www/changelog.md @@ -1,23 +1,31 @@ # Change Log ## [Unreleased] -[Details](/vdiff?from=tmpfile-0.0.2&to=trunk) +[Details](/vdiff?from=tmpfile-0.0.3&to=trunk) ### Added +### Changed + +### Removed + +--- + +## [0.0.3] - 2024-09-21 + +[Details](/vdiff?from=tmpfile-0.0.2&to=tmpfile-0.0.3) + ### Changed - Previously several error cases returned `std::io::Error`. Now use an application-specific error type: The `TmpProc` trait now has an `Error` type, and `TmpFile` uses a generic `E`, which has a `From` bound. - Update to `swctx` `0.3.0`. -### Removed - --- ## [0.0.2] - 2024-01-30 [Details](/vdiff?from=tmpfile-0.0.1&to=tmpfile-0.0.2)