From 1a24258057e18c3b03b2465a33f4f56aca9d48c0 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 29 Jan 2023 11:53:48 -0500 Subject: [PATCH] Release 1.0.2.0 --- CHANGELOG.md | 2 +- emanote.cabal | 2 +- flake.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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=";