From ed48f007591fef322a1be977d936a3f5dc3af147 Mon Sep 17 00:00:00 2001 From: sigoden Date: Mon, 11 Dec 2023 10:14:24 +0800 Subject: [PATCH] chore: release v0.4.0 (#24) --- Cargo.lock | 2 +- Cargo.toml | 8 ++------ README.md | 6 ++---- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d58ddd9..9316702 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -66,7 +66,7 @@ dependencies = [ [[package]] name = "upt" -version = "0.3.0" +version = "0.4.0" dependencies = [ "which", ] diff --git a/Cargo.toml b/Cargo.toml index ea18f0b..615f403 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "upt" -version = "0.3.0" +version = "0.4.0" edition = "2021" authors = ["sigoden "] -description = "Universal package management tool for all OSs" +description = "Universal package management tool for any OS" license = "MIT OR Apache-2.0" homepage = "https://github.com/sigoden/upt" repository = "https://github.com/sigoden/upt" @@ -13,10 +13,6 @@ keywords = ["universal", "package", "management"] [dependencies] which = "5.0.0" -[[bin]] -doc = false -name = "upt" - [profile.release] lto = true strip = true diff --git a/README.md b/README.md index f3614a7..83fa778 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ # Upt — **U**niversal **P**ackage-management **T**ool. -Upt provides a unified command interface to manage packages for all OSs. - -Upt relies on platform's package management tool to do the job, it is more like an alias. - [![Build status](https://github.com/sigoden/upt/actions/workflows/ci.yml/badge.svg)](https://github.com/sigoden/upt/actions) [![Crates.io](https://img.shields.io/crates/v/upt.svg)](https://crates.io/crates/upt) +Upt is a universal package management tool for any operating system, it relies on the platform's package management tool to do the job, it is more like an alias. + ## Install **Use Cargo**