From 08e4a8ec495aacb073ac68fcf4af0fb3e8360858 Mon Sep 17 00:00:00 2001 From: Anton Jansson Date: Wed, 29 Jan 2025 20:04:34 +0100 Subject: [PATCH] Release 1.0.0. --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- README_DEB.txt | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 README_DEB.txt diff --git a/Cargo.lock b/Cargo.lock index 2825d3f..54b5276 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -722,7 +722,7 @@ dependencies = [ [[package]] name = "gitnotes" -version = "0.1.0" +version = "1.0.0" dependencies = [ "askama", "axum", diff --git a/Cargo.toml b/Cargo.toml index e7754d7..7db9185 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "gitnotes" -version = "0.1.0" +version = "1.0.0" authors = ["Anton Jansson "] edition = "2021" description = "CLI & Git based notes/snippet application" license = "MIT" homepage = "https://github.com/svenslaggare/gitnotes" default-run = "gitnotes" -readme = "README.md" +readme = "README_DEB.txt" [package.metadata.deb] assets = [ diff --git a/README_DEB.txt b/README_DEB.txt new file mode 100644 index 0000000..14dbf2e --- /dev/null +++ b/README_DEB.txt @@ -0,0 +1 @@ +CLI based notes & snippet application powered by Git. See https://github.com/svenslaggare/gitnotes for how to. \ No newline at end of file