From a94fd3e68e7465763aac56a12be733130cef951e Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Sat, 12 Aug 2023 19:14:42 +0000 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0955e8c..09fa859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2023-08-12 + +### Added +- with rust build and test +- *(ci)* with internal please action + +### Fixed +- *(ci)* only set local url instead of insteadOf +- *(ci)* trim remote_url newlines +- *(ci)* trim remote_url newlines +- *(ci)* repo should be ssh +- *(ci)* make sure to run ssh as user git +- ci + +### Other +- set fixed versions +- *(deps)* update rust crate tokio to 1.31.0 +- *(ci)* move cuddle please image to cuddle +- Add renovate.json + + ## [0.1.0] - 2023-08-11 ### Added