# Changelog ## [0.5.0](https://github.com/happenslol/faster/compare/v0.4.0...v0.5.0) (2022-05-16) ### Features * add no-cache flag ([8fda5eb](https://github.com/happenslol/faster/commit/8fda5ebee9e8d84253d92914a113a886947eb8b0)) * deny unknown fields for config ([8fda5eb](https://github.com/happenslol/faster/commit/8fda5ebee9e8d84253d92914a113a886947eb8b0)) * implement clean command ([8fda5eb](https://github.com/happenslol/faster/commit/8fda5ebee9e8d84253d92914a113a886947eb8b0)) ### Bug Fixes * delete directories while cleaning outputs paths ([8fda5eb](https://github.com/happenslol/faster/commit/8fda5ebee9e8d84253d92914a113a886947eb8b0)) * disable following symlinks when archiving outputs ([8fda5eb](https://github.com/happenslol/faster/commit/8fda5ebee9e8d84253d92914a113a886947eb8b0)) * fix several known bugs for output storage ([#25](https://github.com/happenslol/faster/issues/25)) ([8fda5eb](https://github.com/happenslol/faster/commit/8fda5ebee9e8d84253d92914a113a886947eb8b0)) ## [0.4.0](https://github.com/happenslol/faster/compare/v0.3.0...v0.4.0) (2022-05-08) ### Features * implement output cleaning ([#20](https://github.com/happenslol/faster/issues/20)) ([9f3bd71](https://github.com/happenslol/faster/commit/9f3bd7174dc8aecd6be0c2bc5cf273c17288595c)) * inject workdir and task name into task environment ([9f3bd71](https://github.com/happenslol/faster/commit/9f3bd7174dc8aecd6be0c2bc5cf273c17288595c)) * switch to manifest format for task details ([9f3bd71](https://github.com/happenslol/faster/commit/9f3bd7174dc8aecd6be0c2bc5cf273c17288595c)) * use stored runs to restore previous outputs ([9f3bd71](https://github.com/happenslol/faster/commit/9f3bd7174dc8aecd6be0c2bc5cf273c17288595c)) ### Bug Fixes * fix crash for tasks without a script ([9f3bd71](https://github.com/happenslol/faster/commit/9f3bd7174dc8aecd6be0c2bc5cf273c17288595c)) ## [0.3.0](https://github.com/happenslol/faster/compare/v0.2.0...v0.3.0) (2022-04-25) ### Features * implement environment config ([#10](https://github.com/happenslol/faster/issues/10)) ([c43b60d](https://github.com/happenslol/faster/commit/c43b60d7b2385ad6b3ac862d87c32130e447a51f)) ## [0.2.0](https://github.com/happenslol/faster/compare/v0.1.0...v0.2.0) (2022-04-24) ### Features * implement task locking ([#5](https://github.com/happenslol/faster/issues/5)) ([2389f86](https://github.com/happenslol/faster/commit/2389f86303eb998d8bca0a3290567445029ca8cf)) ## 0.1.0 (2022-04-21) ### Miscellaneous Chores * release 0.1.0 ([97d9a24](https://github.com/happenslol/faster/commit/97d9a24fe0647885bff8a51c3fc70862bcbd3acf))