Skip to content

Commit 03d165f

Browse files
authored
chore: release
1 parent bbf411f commit 03d165f

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.3.1](https://github.com/0xCCF4/BackupDeduplicator/compare/v0.3.0...v0.3.1) - 2024-07-01
10+
11+
### Added
12+
- *(ci)* added release-plz, devskim, auto-merge for dependabot and dependabot for ci
13+
14+
### Other
15+
- *(deps)* Bump clap from 4.5.4 to 4.5.8 ([#19](https://github.com/0xCCF4/BackupDeduplicator/pull/19))
16+
- Bump log from 0.4.21 to 0.4.22 ([#20](https://github.com/0xCCF4/BackupDeduplicator/pull/20))
17+
- *(deps)* bump serde_json from 1.0.117 to 1.0.120 ([#22](https://github.com/0xCCF4/BackupDeduplicator/pull/22))
18+
- Bump serde_json from 1.0.116 to 1.0.117 ([#13](https://github.com/0xCCF4/BackupDeduplicator/pull/13))
19+
- Bump anyhow from 1.0.82 to 1.0.86 ([#16](https://github.com/0xCCF4/BackupDeduplicator/pull/16))
20+
- Bump serde from 1.0.199 to 1.0.203 ([#17](https://github.com/0xCCF4/BackupDeduplicator/pull/17))
21+
- Bump serde from 1.0.198 to 1.0.199
22+
- Bump serde_json from 1.0.115 to 1.0.116
23+
- Bump serde from 1.0.197 to 1.0.198

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "backup-deduplicator"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
description = """
66
A tool to deduplicate backups. It builds a hash tree of all files and folders

0 commit comments

Comments
 (0)