Skip to content

Commit

Permalink
Update to 3.0.0 (#165)
Browse files Browse the repository at this point in the history
- Remove old version disclaimer in README

Signed-off-by: Nick Gerace <[email protected]>
  • Loading branch information
nickgerace authored Jan 6, 2022
1 parent 23bc0e7 commit b54a271
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. -->
The latest version contains all changes.

### [3.0.0] - 2022-01-06

### Added

Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

```
Expand Down Expand Up @@ -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
```

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit b54a271

Please sign in to comment.