diff --git a/CHANGELOG.md b/CHANGELOG.md index 00a1707..f08f85a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this project will be documented in this file. +## [0.2.1] - 2024-10-29 + +### 📚 Documentation + +- Update install command (#34) +- Add author metadata +- Add AUR build commands +- Re-write CONTRIBUTING.md (#36) + +### Build + +- Add pkgbuild +- Update pkgbuilds +- Remove pkgbuilds into a their own repos + +## [0.2.0] - 2024-10-20 + +### ⚙️ Miscellaneous Tasks + +- Release metapac version 0.2.0 + ## [0.1.0] - 2024-10-20 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 5586846..47dce66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -509,7 +509,7 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "metapac" -version = "0.2.0" +version = "0.2.1" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index b3cbced..4fd6047 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "metapac" description = "multi-backend declarative package manager" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "GPL-3.0-or-later" repository = "https://github.com/ripytide/metapac"