From 94009f9aa8923d860816dabe34a00d66dd297661 Mon Sep 17 00:00:00 2001 From: Skyler Hawthorne Date: Sat, 28 Sep 2024 15:21:24 -0400 Subject: [PATCH 1/3] chore: Release uwc version 1.0.8-alpha.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 96cb5ee..cf4622f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -503,7 +503,7 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uwc" -version = "1.0.7" +version = "1.0.8-alpha.1" dependencies = [ "env_logger", "failure", diff --git a/Cargo.toml b/Cargo.toml index cec23bd..299fa31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MPL-2.0" name = "uwc" readme = "README.md" repository = "https://gitlab.com/dead10ck/uwc" -version = "1.0.7" +version = "1.0.8-alpha.1" [badges] [badges.gitlab] From c69ed1ef8992c05c29de13dcdf3a29386988b08e Mon Sep 17 00:00:00 2001 From: Skyler Hawthorne Date: Mon, 30 Sep 2024 19:54:53 -0400 Subject: [PATCH 2/3] update links in Cargo.toml --- Cargo.toml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 299fa31..121e0a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Skyler Hawthorne "] +authors = ["Skyler Hawthorne "] categories = ["command-line-utilities", "text-processing"] description = "Counts things in unicode text files" edition = "2018" @@ -7,11 +7,10 @@ keywords = ["wc", "unicode", "word", "count"] license = "MPL-2.0" name = "uwc" readme = "README.md" -repository = "https://gitlab.com/dead10ck/uwc" +repository = "https://github.com/dead10ck/uwc" version = "1.0.8-alpha.1" -[badges] -[badges.gitlab] +[badges.github] branch = "master" repository = "dead10ck/uwc" @@ -27,7 +26,3 @@ structopt = "0.3.26" structopt-derive = "0.4.18" tabwriter = "1.4.0" unicode-segmentation = "1.12.0" - -[profile] -[profile.release] -lto = true From 98cfa2603e0b24bb41f9666b3fc05cab75f5816d Mon Sep 17 00:00:00 2001 From: Skyler Hawthorne Date: Mon, 30 Sep 2024 19:55:21 -0400 Subject: [PATCH 3/3] chore: Release uwc version 1.0.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf4622f..e95c06c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -503,7 +503,7 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uwc" -version = "1.0.8-alpha.1" +version = "1.0.8" dependencies = [ "env_logger", "failure", diff --git a/Cargo.toml b/Cargo.toml index 121e0a2..458e96c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MPL-2.0" name = "uwc" readme = "README.md" repository = "https://github.com/dead10ck/uwc" -version = "1.0.8-alpha.1" +version = "1.0.8" [badges.github] branch = "master"