Skip to content

Commit

Permalink
Merge pull request #8 from gvolpe/release/v0.0.3
Browse files Browse the repository at this point in the history
Preparing release of v0.0.3
  • Loading branch information
gvolpe authored Aug 5, 2020
2 parents 003b933 + b424c26 commit 3da789d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for dconf2nix

## 0.3.0 -- 2020-08-05

* #6 Fix error to parse colon in headers

## 0.2.0 -- 2020-07-06

* #1 Avoid consuming end of line when parsing any values
Expand Down
2 changes: 1 addition & 1 deletion dconf2nix.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4

name: dconf2nix
version: 0.0.2
version: 0.0.3
synopsis: Convert dconf files to Nix, as expected by Home Manager.
description: A convenient converter of DConf files to Nix, as expected by Home Manager's dconf settings. So you can Nixify your Gnome Shell configuration ;)
bug-reports: https://github.com/gvolpe/dconf2nix/issues
Expand Down
2 changes: 1 addition & 1 deletion src/CommandLine.hs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ versionInfo = unlines
, "██████╔╝╚██████╗╚██████╔╝██║ ╚████║██║ ███████╗██║ ╚████║██║██╔╝ ██╗"
, "╚═════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚══════╝╚═╝ ╚═══╝╚═╝╚═╝ ╚═╝"
, ""
, "Version: 0.0.2"
, "Version: 0.0.3"
, "Maintainer: Gabriel Volpe"
, "Source code: https://github.com/gvolpe/dconf2nix"
]
Expand Down

0 comments on commit 3da789d

Please sign in to comment.