Skip to content

Commit

Permalink
chore(minor): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.0](v1.1.0...v1.2.0) (2023-05-25)

### 🐛 Bug Fixes

* config related bug ([3212346](3212346))
* fix directory walking function ([b6543ca](b6543ca))
* move generated dir entries into vector ([e906e8b](e906e8b))

### 🧑‍💻 Code Refactoring

* clean up code and comments ([a3a8468](a3a8468))
* clean up rust code ([6269a0a](6269a0a))

### 📝 Documentation

* setup docs ([1235481](1235481))

### 🍕 Features

*  Merge pull request [#1](#1) from ZanzyTHEbar/feature/rust ([2655e04](2655e04))
* add more traits ([8ed4e69](8ed4e69))
* building config ([2539efa](2539efa))
* config works ([83b966f](83b966f))
* impl debug level in config ([0d77829](0d77829))
* implement clap ([153cbe7](153cbe7))
* implement directory handler ([e347e0c](e347e0c))
* initial rust impl ([b1fbad3](b1fbad3))
* working program ([4daf6a5](4daf6a5))

### 🔁 Continuous Integration

* **ci-fix:** fix ci issues ([1be12a3](1be12a3))
* **ci-fix:** fix ci issues ([7aa6147](7aa6147))
* **ci-fix:** fix ci issues ([718fd83](718fd83))
* **ci-fix:** fix ci issues ([1000bf1](1000bf1))
* setup ci pipeline ([5b70479](5b70479))
  • Loading branch information
semantic-release-bot committed May 25, 2023
1 parent 3152aab commit d7aa941
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 15 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,48 @@
[![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org)
> All notable changes to this project will be documented in this file
## [1.2.0](https://github.com/ZanzyTHEbar/Desktop-Cleaner/compare/v1.1.0...v1.2.0) (2023-05-25)


### 🐛 Bug Fixes

* config related bug ([3212346](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/3212346da91ac22b4b43bb2f4ecbcb071cb2063e))
* fix directory walking function ([b6543ca](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/b6543ca5ff0b7ee11a3edabe64eb804cfb05aad5))
* move generated dir entries into vector ([e906e8b](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/e906e8bdcf333a4941623134e1088c7558b240e6))


### 🧑‍💻 Code Refactoring

* clean up code and comments ([a3a8468](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/a3a8468c12263050a8d29f160964b4a6d8d85506))
* clean up rust code ([6269a0a](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/6269a0ac4ec0c7a74bbfbb175985f0f273a8c07c))


### 📝 Documentation

* setup docs ([1235481](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/123548185a467e5feb3140e2ef1b9d0418120763))


### 🍕 Features

* Merge pull request [#1](https://github.com/ZanzyTHEbar/Desktop-Cleaner/issues/1) from ZanzyTHEbar/feature/rust ([2655e04](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/2655e0462a06aa1cf137d5ae7adcffd33b23b96e))
* add more traits ([8ed4e69](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/8ed4e691f96d44ccbf66b224cdefff1e878e08f7))
* building config ([2539efa](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/2539efa388f7438ef320f6de4071fc733b487401))
* config works ([83b966f](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/83b966fe941363b133a44f6fba3c4547f8b5d60b))
* impl debug level in config ([0d77829](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/0d77829d0420508a03bb3215a6c83a84f0f7c8ce))
* implement clap ([153cbe7](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/153cbe788c731b4aa189ad03c8ee87517e713312))
* implement directory handler ([e347e0c](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/e347e0c1cf200f0ca2bc8c37cbc955ad785ad507))
* initial rust impl ([b1fbad3](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/b1fbad3cfa3c03c515beff4f20a9b9088d6c77bb))
* working program ([4daf6a5](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/4daf6a5eb63902540fb794e302c1423b58dc66f8))


### 🔁 Continuous Integration

* **ci-fix:** fix ci issues ([1be12a3](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/1be12a330a4f5f4e2a495448a35859a9bf502510))
* **ci-fix:** fix ci issues ([7aa6147](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/7aa6147c0efdc7eb4c21ff1cc64aeba75e53499a))
* **ci-fix:** fix ci issues ([718fd83](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/718fd830b64e110f3f78600cdabca37d0fc85a11))
* **ci-fix:** fix ci issues ([1000bf1](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/1000bf11f093b52a2607572060f723cc47404b1e))
* setup ci pipeline ([5b70479](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/5b7047933313f6699d1d696172cbd8a245e4b771))

## [1.1.0](https://github.com/ZanzyTHEbar/Desktop-Cleaner/compare/v1.0.0...v1.1.0) (2023-05-21)


Expand Down
22 changes: 7 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,16 @@
[package]
name = "desktop_cleaner"
version = "0.1.0"
version = "1.2.0"
edition = "2021"
authors = ["DaOfficialWizard"]
description = "A simple program to clean your desktop"
license = "MIT"
repository = "https://github.com/ZanzyTHEbar/Desktop-Cleaner"
readme = "README.md"
keywords = ["desktop", "cleaner", "clean", "organize"]
categories = [
"utility",
"command-line-utilities",
"desktop",
"cleaner",
"clean",
"organize",
]
categories = ["utility", "command-line-utilities", "desktop", "cleaner", "clean", "organize"]
rust-version = "1.68"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
log = "^0.4.17"
sysinfo = "0.29.0"
Expand All @@ -29,10 +20,11 @@ thiserror = "1"
toml = "0.7.4"
directories = "5.0.1"
tracing = "0.1.37"
opzioni = { version = "0.1.3", default-features = false, features = [
"toml",
"tracing",
] }

[dependencies.opzioni]
version = "0.1.3"
default-features = false
features = ["toml", "tracing"]

[dependencies.serde]
version = "1"
Expand Down

0 comments on commit d7aa941

Please sign in to comment.