From 848ff9966db21c66e61a19c04ab6dfc9270eb78e Mon Sep 17 00:00:00 2001 From: Gabriel Volpe Date: Fri, 7 Aug 2020 10:16:51 +0200 Subject: [PATCH] Releasing v0.0.5 --- CHANGELOG.md | 19 ------------------- dconf2nix.cabal | 8 +++----- 2 files changed, 3 insertions(+), 24 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 5387094..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ -# Revision history for dconf2nix - -## 0.4.0 -- 2020-08-05 - -* #12 Fix error to parse curly braces within a string - -## 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 -* #3 Partial support for a list of variants -* Add fancy version info - -## 0.1.0 -- 2020-06-29 - -* First version. Released on an unsuspecting world. diff --git a/dconf2nix.cabal b/dconf2nix.cabal index 181f8e8..c21be80 100644 --- a/dconf2nix.cabal +++ b/dconf2nix.cabal @@ -1,18 +1,16 @@ cabal-version: 2.4 name: dconf2nix -version: 0.0.4 +version: 0.0.5 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 --- license: +license: Apache-2.0 license-file: LICENSE author: gvolpe maintainer: volpegabriel@gmail.com --- copyright: --- category: build-type: Simple -extra-source-files: CHANGELOG.md, README.md +extra-source-files: README.md library exposed-modules: CommandLine