diff --git a/CHANGELOG.md b/CHANGELOG.md index a076ef8ad..09f7544d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Revision history for emanote -## 1.0.2.0 (Unreleased) +## 1.0.2.0 (2023-01-29) - Nix - Reduce Emanote's Nix runtime closure size diff --git a/emanote.cabal b/emanote.cabal index 756e0c8bf..45077a235 100644 --- a/emanote.cabal +++ b/emanote.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: emanote -version: 1.0.1.9 +version: 1.0.2.0 license: AGPL-3.0-only copyright: 2022 Sridhar Ratnakumar maintainer: srid@srid.ca diff --git a/flake.nix b/flake.nix index 0bb90caf7..44a4f99c4 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "emanote"; + description = "emanote: Emanate a structured view of your plain-text notes"; nixConfig = { extra-substituters = "https://srid.cachix.org"; extra-trusted-public-keys = "srid.cachix.org-1:3clnql5gjbJNEvhA/WQp7nrZlBptwpXnUk6JAv8aB2M=";