Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
8LWXpg committed Jun 4, 2024
1 parent 6066f24 commit 40ed920
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ alias <NAME>='gpm repo <NAME>'

## 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 <NAME> <TYPE> [ARGS]...`

### Port packages

1. Remove ETag field under `<repo>/version.toml` with `gpm repo <repo> remove-etag`
Expand Down

0 comments on commit 40ed920

Please sign in to comment.