Skip to content

Commit

Permalink
Merge branch 'main' of github.com:devanlooches/rocketfetch
Browse files Browse the repository at this point in the history
  • Loading branch information
devanlooches committed Jul 25, 2024
2 parents a68ce45 + 4d25357 commit 10baaa9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rocketfetch"
version = "0.7.4"
version = "0.7.5"
authors = ["Devan Looches <devan.looches@gmail.com>"]
edition = "2021"
include = ["src/**/*"]
Expand Down

0 comments on commit 10baaa9

Please sign in to comment.