Skip to content

Commit

Permalink
chore(release): v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vst committed Jul 15, 2022
1 parent a67e050 commit 4fe6f4f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<a name="unreleased"></a>
## [Unreleased]


<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

Expand All @@ -15,6 +19,9 @@
- finish translating scripts to Haskell
- start translating scripts to Haskell

### Pull Requests
- Merge pull request [#3](https://github.com/telostat/deback/issues/3) from telostat/vst/haskellize


<a name="v0.0.1"></a>
## v0.0.1 - 2022-07-14
Expand All @@ -31,4 +38,5 @@
- 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.1...HEAD
[Unreleased]: https://github.com/telostat/deback/compare/v0.0.2...HEAD
[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.1
version: 0.0.2

-- A short (one-line) description of the package.
-- synopsis:
Expand Down
2 changes: 1 addition & 1 deletion deback.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}:
mkDerivation {
pname = "deback";
version = "0.0.1";
version = "0.0.2";
src = ./.;
isLibrary = false;
isExecutable = true;
Expand Down

0 comments on commit 4fe6f4f

Please sign in to comment.