From 53f35a702676f4a073e471c87113df38c9eb8124 Mon Sep 17 00:00:00 2001 From: Aaron Ross Date: Wed, 16 Mar 2022 17:15:23 -0700 Subject: [PATCH 1/3] v1.0.6 --- Cargo.lock | 2 +- Cargo.toml | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f04d100..bd2d73e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1164,7 +1164,7 @@ dependencies = [ [[package]] name = "smartcalc-tui" -version = "1.0.1" +version = "1.0.6" dependencies = [ "chrono", "chrono-tz", diff --git a/Cargo.toml b/Cargo.toml index 523fa58..027cb78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,17 @@ [package] name = "smartcalc-tui" -version = "1.0.1" +authors = ["Aaron Ross "] +version = "1.0.6" edition = "2018" +license-file = "LICENSE" +license = "MIT" +description = "Terminal UI for erhanbarris/smartcalc" +repository = "https://github.com/superhawk610/smartcalc-tui" +documentation = "https://github.com/superhawk610/smartcalc-tui" +homepage = "https://github.com/superhawk610/smartcalc-tui" +readme = "README.md" +keywords = ["calculator", "tui"] +categories = ["mathematics", "science", "command-line-utilities", "development-tools"] [lib] name = "smartcalc_tui" From 2e2b59a519ff39599d2230a100a79c2d7853f185 Mon Sep 17 00:00:00 2001 From: Aaron Ross Date: Wed, 16 Mar 2022 17:16:42 -0700 Subject: [PATCH 2/3] remove `license-file` --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 027cb78..26899b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,6 @@ name = "smartcalc-tui" authors = ["Aaron Ross "] version = "1.0.6" edition = "2018" -license-file = "LICENSE" license = "MIT" description = "Terminal UI for erhanbarris/smartcalc" repository = "https://github.com/superhawk610/smartcalc-tui" From bfb6c03f4eab1c2febd68a73d9b7ded512954903 Mon Sep 17 00:00:00 2001 From: Aaron Ross Date: Wed, 16 Mar 2022 17:18:43 -0700 Subject: [PATCH 3/3] exclude repo files --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 26899b9..5bf040d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ homepage = "https://github.com/superhawk610/smartcalc-tui" readme = "README.md" keywords = ["calculator", "tui"] categories = ["mathematics", "science", "command-line-utilities", "development-tools"] +exclude = [".github/", "assets/"] [lib] name = "smartcalc_tui"