Skip to content

Commit

Permalink
chore(patch): 1.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.1](v1.3.0...v1.3.1) (2023-05-27)

### πŸ§‘β€πŸ’» Code Refactoring

* total project refactor ([3f3a8bb](3f3a8bb))
  • Loading branch information
semantic-release-bot committed May 27, 2023
1 parent bbe30ca commit 43aaf05
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
[![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.3.1](https://github.com/ZanzyTHEbar/Desktop-Cleaner/compare/v1.3.0...v1.3.1) (2023-05-27)


### πŸ§‘β€πŸ’» Code Refactoring

* total project refactor ([3f3a8bb](https://github.com/ZanzyTHEbar/Desktop-Cleaner/commit/3f3a8bb5a72e392996c100d49021412cb7e6e8ee))

## [1.3.0](https://github.com/ZanzyTHEbar/Desktop-Cleaner/compare/v1.2.1...v1.3.0) (2023-05-25)


Expand Down
14 changes: 5 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "desktop_cleaner"
version = "1.3.0"
version = "1.3.1"
edition = "2021"
author = "DaOfficialWizard"
description = "A simple CLI utility to organize your desktop (or a specified directory)"
Expand All @@ -11,6 +11,10 @@ keywords = ["desktop", "cleaner", "clean", "organize"]
categories = ["utility", "command-line-utilities", "desktop", "cleaner", "clean", "organize"]
rust-version = "1.68"

[package.metadata.deb]
section = "utility"
extended-description = "Desktop Cleaner (dra) is a command line tool\nto organize your desktop (or a specified directory)\nby moving files into folders based on their extension.\n"

[dependencies]
log = "^0.4.17"
sysinfo = "0.29.0"
Expand Down Expand Up @@ -56,11 +60,3 @@ codegen-units = 1
lto = true
opt-level = "s"
strip = true

[package.metadata.deb]
section = "utility"
extended-description = """\
Desktop Cleaner (dra) is a command line tool
to organize your desktop (or a specified directory)
by moving files into folders based on their extension.
"""

1 comment on commit 43aaf05

@chikitai
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

".java",
".cpp",
".cs",
".vb",
".sql",
".pl",
".swift",
".kt",
".r",
".m",
".asm",

]
Markup = [
".json",
".xml",
".yml",
".yaml",
".ini",
".toml",
".cfg",
".conf",
".log",
]

OPTIONAL: debug

Please sign in to comment.