From e76232a1244cd30bf1a1b0e70236ff683baa9b11 Mon Sep 17 00:00:00 2001 From: Vehbi Sinan Tunalioglu Date: Wed, 25 May 2022 12:28:55 +0800 Subject: [PATCH] chore(release): 0.0.4 --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 532138a..f76f105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,22 @@ ## [Unreleased] + + +## [0.0.4] - 2022-05-25 ### Chore - bump development version to 0.0.4 - **build:** update Cargo.lock +- **dev:** integrate git-chglog - **docs:** add instruction to update Cargo.lock post-version bump ### Feat - create empty source directories on destination +### Pull Requests +- Merge pull request [#13](https://github.com/telostat/rrclone/issues/13) from telostat/vst/git-chglog +- Merge pull request [#12](https://github.com/telostat/rrclone/issues/12) from telostat/vst/issue-11 + ## [0.0.3] - 2022-05-24 @@ -58,6 +66,7 @@ - Merge pull request [#1](https://github.com/telostat/rrclone/issues/1) from telostat/init -[Unreleased]: https://github.com/telostat/rrclone/compare/0.0.3...HEAD +[Unreleased]: https://github.com/telostat/rrclone/compare/0.0.4...HEAD +[0.0.4]: https://github.com/telostat/rrclone/compare/0.0.3...0.0.4 [0.0.3]: https://github.com/telostat/rrclone/compare/0.0.2...0.0.3 [0.0.2]: https://github.com/telostat/rrclone/compare/0.0.1...0.0.2