From dcecd84f17867f8f4d8a3dd8c52e43083d3050d6 Mon Sep 17 00:00:00 2001 From: daimond113 <72147841+daimond113@users.noreply.github.com> Date: Fri, 29 Mar 2024 20:28:36 +0100 Subject: [PATCH] chore(release): prepare for v0.4.2 --- CHANGELOG.md | 14 ++++++++++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c3ba49..c92dcc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.2] - 2024-03-29 +### Details +#### Bug Fixes +- Create folder for config + +#### Features +- Add documentation meta tags by @daimond113 +- Add documentation by @daimond113 + ## [0.4.1] - 2024-03-28 ### Details #### Bug Fixes -- :bug: correctly insert packages from lockfile +- :bug: correctly insert packages from lockfile by @daimond113 #### Miscellaneous Tasks -- :alien: fix compilation due to zstd-sys +- :alien: fix compilation due to zstd-sys by @daimond113 ## [0.4.0] - 2024-03-27 ### Details @@ -94,6 +103,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Features - :tada: initial commit by @daimond113 +[0.4.2]: https://github.com/daimond113/pesde/compare/v0.4.1..v0.4.2 [0.4.1]: https://github.com/daimond113/pesde/compare/v0.4.0..v0.4.1 [0.4.0]: https://github.com/daimond113/pesde/compare/v0.3.2..v0.4.0 [0.3.2]: https://github.com/daimond113/pesde/compare/v0.3.1..v0.3.2 diff --git a/Cargo.lock b/Cargo.lock index cd775bf..d2413d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3355,7 +3355,7 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pesde" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "auth-git2", diff --git a/Cargo.toml b/Cargo.toml index f7f1f26..4f2a224 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pesde" -version = "0.4.1" +version = "0.4.2" edition = "2021" license = "MIT" authors = ["daimond113 "]