From c10b97c6b29249a30e9d9a849e64a4f039337b93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 19:39:18 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 21 +++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d016e96..dd18031 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# Changelog +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). + +## [Unreleased] + +## [0.7.5](https://github.com/devanlooches/rocketfetch/compare/v0.7.4...v0.7.5) - 2024-07-25 + +### Fixed +- *(logo)* Make Arch Linux detection more flexible +- *(logo)* Update Debian logo + +### Other +- Remove Structopt dependency in favor of Clap 3.X +- Update dependencies +- *(dependencies)* Update dependency versions +- Update .gitignore +- Merge branch 'dev' into main +- *(logo)* Replace logo vectors with files ## 0.7.4 (2023-08-27) diff --git a/Cargo.toml b/Cargo.toml index 9c4650b..73f12b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rocketfetch" -version = "0.7.4" +version = "0.7.5" authors = ["Devan Looches "] edition = "2021" include = ["src/**/*"]