From 3f23e9596ce85305906669d1216ea03b122c822c Mon Sep 17 00:00:00 2001 From: Ian Thompson Date: Thu, 10 Oct 2024 20:44:30 -0400 Subject: [PATCH] Prepare v1.0.2 release --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- src/main.rs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b10191d..8a8bf6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,7 +102,7 @@ checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" [[package]] name = "envy-cmd" -version = "1.0.1" +version = "1.0.2" dependencies = [ "clap", "glob-match", diff --git a/Cargo.toml b/Cargo.toml index d70fb5b..c8344d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "envy-cmd" -version = "1.0.1" +version = "1.0.2" description = "A command line tool for displaying environment variables in a human friendly form" authors = ["Ian Thompson "] edition = "2021" license = "MIT" -documentation = "https://github.com/quornian/envy/blob/v1.0.1/README.md" +documentation = "https://github.com/quornian/envy/blob/v1.0.2/README.md" homepage = "https://github.com/quornian/envy" repository = "https://github.com/quornian/envy" default-run = "envy" diff --git a/src/main.rs b/src/main.rs index ef99733..5dfeae0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,7 +4,7 @@ use clap::{builder::EnumValueParser, Arg, ArgAction, ColorChoice, Command}; use glob_match::glob_match; use regex::{Regex, RegexBuilder}; -const VERSION: &'_ str = "1.0.1"; +const VERSION: &'_ str = "1.0.2"; #[derive(Default)] struct Palette<'a> {