From 6a8e4b9e7bdd414e24d45266b932731c52ced9db Mon Sep 17 00:00:00 2001 From: Vehbi Sinan Tunalioglu Date: Mon, 18 Jul 2022 11:25:51 +0800 Subject: [PATCH] chore(release): v0.0.3 --- CHANGELOG.md | 23 ++++++++++++++++++++++- deback.cabal | 2 +- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1a1c1a..ca3c431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,32 @@ ## [Unreleased] + +## [v0.0.3] - 2022-07-18 +### Chore +- update package metadata, add LICENSE +- gitignore result/ +- **build:** improve release artifact +- **build:** parameterize default.nix for static builds +- **build:** use callCabal2nix* instead of deback.nix +- **docs:** update README + +### Fix +- add rrclone to PATH on Nix installation + +### Pull Requests +- Merge pull request [#6](https://github.com/telostat/deback/issues/6) from telostat/get-ready-for-release +- Merge pull request [#5](https://github.com/telostat/deback/issues/5) from telostat/vst/fix-runtime +- Merge pull request [#4](https://github.com/telostat/deback/issues/4) from telostat/vst/revisit-nix-setup + + ## [v0.0.2] - 2022-07-15 ### Chore - implement custom release process - **dev:** make Nix shell use deback.nix - **docs:** update development notes in README +- **release:** v0.0.2 ### Feat - improve CLI information, refactor Deback.Cli module @@ -38,5 +58,6 @@ - Merge pull request [#2](https://github.com/telostat/deback/issues/2) from telostat/release-please--branches--main--components--release-please-action -[Unreleased]: https://github.com/telostat/deback/compare/v0.0.2...HEAD +[Unreleased]: https://github.com/telostat/deback/compare/v0.0.3...HEAD +[v0.0.3]: https://github.com/telostat/deback/compare/v0.0.2...v0.0.3 [v0.0.2]: https://github.com/telostat/deback/compare/v0.0.1...v0.0.2 diff --git a/deback.cabal b/deback.cabal index b0d61cf..63ffec1 100644 --- a/deback.cabal +++ b/deback.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: deback -version: 0.0.2 +version: 0.0.3 synopsis: An opinionated backup and archive tool description: Please see the README on GitHub at homepage: https://github.com/telostat/deback#readme