From b54a27121024c66d98208c659011a4f49f89f046 Mon Sep 17 00:00:00 2001 From: Nick Gerace Date: Thu, 6 Jan 2022 11:01:19 -0500 Subject: [PATCH] Update to 3.0.0 (#165) - Remove old version disclaimer in README Signed-off-by: Nick Gerace --- CHANGELOG.md | 4 +++- Cargo.lock | 6 +++--- Cargo.toml | 2 +- README.md | 11 ++++------- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84770e2..6561ef2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] - +The latest version contains all changes. + +### [3.0.0] - 2022-01-06 ### Added diff --git a/Cargo.lock b/Cargo.lock index 34bee1c..bbc99b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,7 +160,7 @@ dependencies = [ [[package]] name = "gfold" -version = "3.0.0-rc.4" +version = "3.0.0" dependencies = [ "anyhow", "argh", @@ -351,9 +351,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.84" +version = "1.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecb2e6da8ee5eb9a61068762a32fa9619cc591ceb055b3687f4cd4051ec2e06b" +checksum = "a684ac3dcd8913827e18cd09a68384ee66c1de24157e3c556c9ab16d85695fb7" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 2db895f..3958038 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" repository = "https://github.com/nickgerace/gfold/" edition = "2021" -version = "3.0.0-rc.4" +version = "3.0.0" [dependencies] anyhow = "1" diff --git a/README.md b/README.md index 9c89995..43693e1 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,6 @@ [![aur](https://img.shields.io/aur/version/gfold?logo=archlinux&logoColor=white&style=flat-square&color=blue)](https://aur.archlinux.org/packages/gfold/) [![license](https://img.shields.io/github/license/nickgerace/gfold?style=flat-square&logo=apache&color=silver)](./LICENSE) -> This **README** is for `gfold 3.x` users. -> Since `gfold 3.x` has not yet been released, contents of this **README** may be inapplicable to your version of `gfold`. -> -> For the latest, full release of `gfold 2.x`, please refer to the [**README** corresponding to the latest, full release](https://github.com/nickgerace/gfold/blob/2.0.2/README.md). - `gfold` is a CLI-driven application that helps you keep track of multiple Git repositories. ``` @@ -79,13 +74,13 @@ _Note:_ the above example uses [paru](https://github.com/Morganamilo/paru), whic **Rust developers and Cargo users:** you can use [cargo](https://crates.io) to install the [crate](https://crates.io/crates/gfold) on almost any platform. ```bash -cargo install --locked gfold +cargo install gfold ``` Keeping the crate up to date is easy with [cargo-update](https://crates.io/crates/cargo-update). ```bash -cargo install --locked cargo-update +cargo install cargo-update cargo install-update -a ``` @@ -114,6 +109,8 @@ curl -s https://raw.githubusercontent.com/nickgerace/gfold/main/scripts/uninstal The uninstall script can also be used for cleanup in the event of a failed install. ++**Don't see your preferred package manager?:** please [file an issue](https://github.com/nickgerace/gfold/issues/new/choose)! + ## Usage Pass in `--help` flag to see all the options for using this application.