Skip to content

Commit

Permalink
chore(release): v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vst committed Jul 18, 2022
1 parent ec5471c commit 6a8e4b9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,32 @@
## [Unreleased]


<a name="v0.0.3"></a>
## [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


<a name="v0.0.2"></a>
## [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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion deback.cabal
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/telostat/deback#readme>
homepage: https://github.com/telostat/deback#readme
Expand Down

0 comments on commit 6a8e4b9

Please sign in to comment.