Skip to content

Commit

Permalink
chore: release v0.4.0 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden authored Dec 11, 2023
1 parent 90fdec5 commit ed48f00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
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.

8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "upt"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["sigoden <[email protected]>"]
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"
Expand All @@ -13,10 +13,6 @@ keywords = ["universal", "package", "management"]
[dependencies]
which = "5.0.0"

[[bin]]
doc = false
name = "upt"

[profile.release]
lto = true
strip = true
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down

0 comments on commit ed48f00

Please sign in to comment.