From e6f532cf43eec86e14e5057965ef49ba0ae35576 Mon Sep 17 00:00:00 2001 From: ripytide Date: Sun, 20 Oct 2024 21:45:33 +0100 Subject: [PATCH] chore: Release metapac version 0.2.0 --- CHANGELOG.md | 9 +++------ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01e0095..00a1707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -136,7 +136,6 @@ All notable changes to this project will be documented in this file. - *(README)* Add fedora backend - *(man)* Add pip_binary config value - Fix toml syntax -- Add initial changelog and simplify readme ### 🎨 Styling @@ -144,7 +143,6 @@ All notable changes to this project will be documented in this file. - *(fedora)* Comments and empty lines - *(fedora)* Implicit types and module consts - *(packages)* Rename variables -- Cargo fmt ### 🧪 Testing @@ -228,7 +226,6 @@ All notable changes to this project will be documented in this file. - *(release)* Bump man pages - Release - *(release)* Fix adding zsh completion -- Remove committed ### Build @@ -253,8 +250,8 @@ All notable changes to this project will be documented in this file. - *(core)* Remove stale lint config - *(core)* Simplify valid group name check - *(main)* Create_empty_config_file -- Unnecessary wraps -- Unnecessary wraps +- Unncessary wraps +- Unncessary wraps - Replace match with if let else - Use clone instead to_owned - *(core)* Manual let else @@ -262,7 +259,7 @@ All notable changes to this project will be documented in this file. - *(ui)* Infallible conversion for u8 to char - *(package.rs)* Expose repo field publicly - *(rustup)* Fetch installed toolchains and components -- *(rustup)* Refactor install_packages +- *(rustup)* Refector install_packages - *(rustup)* Use anyhow::Error - *(rustup)* Remove clippy warnings - *(rustup)* Change methods to functions diff --git a/Cargo.lock b/Cargo.lock index 603db93..5586846 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -509,7 +509,7 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "metapac" -version = "0.1.0" +version = "0.2.0" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index e80826d..59e8a69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "metapac" description = "multi-backend declarative package manager" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "GPL-3.0-or-later" repository = "https://github.com/ripytide/metapac"