From 40ed920dc0d114c3f11fa294e56ae30f97cfe83a Mon Sep 17 00:00:00 2001 From: 8LWXpg <105704427+8LWXpg@users.noreply.github.com> Date: Tue, 4 Jun 2024 13:14:45 +0800 Subject: [PATCH] v0.3.0 --- CHANGELOG.md | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 5 +++++ 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a82dbb0..6173fc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## Unreleased +## [0.3.0] ### Added -- Added `--registry` option to `remove` command. +- Added `--registry` option to `remove` command to remove the registry only. - Added a prompt to remove the registry when the target removal fails. ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 400de61..53e8554 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -173,7 +173,7 @@ dependencies = [ [[package]] name = "gpm" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index d195dbc..eed08e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gpm" -version = "0.2.0" +version = "0.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index e72bdd4..bb6ad6c 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,11 @@ alias ='gpm repo ' ## Features +### Download third party cargo subcommand instead of compile locally + +1. Add a new repository `gpm add cargo --path ~/.cargo/bin` +2. Download the subcommand `gpm repo cargo add [ARGS]...` + ### Port packages 1. Remove ETag field under `/version.toml` with `gpm repo remove-etag`