From 812cb252a318149c23418aa3f66b310a7d6ce749 Mon Sep 17 00:00:00 2001 From: Jesse Gibson Date: Tue, 24 May 2022 00:30:34 -0700 Subject: [PATCH] Prep for release --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f88757..e96b914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.2.0] - 2022-05-24 + ### Fixed - `mount(...)` and `allocate(...)` no longer require a config argument if the resource doesn't explicitly define one. @@ -19,7 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - The second generic parameter of `Resource` was a config parameter, but now it's an argument tuple. - The `ExternalControls` utility type was renamed to `Controls`. -## [0.1.0] +## [0.1.0] - 2022-05-22 ### Added @@ -27,5 +29,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - `mount`/`unmount` hooks to provision resources - `allocate`/`deallocate` for creating hierarchies of resources -[Unreleased]: https://github.com/PsychoLlama/wardens/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/PsychoLlama/wardens/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/PsychoLlama/wardens/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/PsychoLlama/wardens/releases/tag/v0.1.0