Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCCF4 authored Sep 3, 2024
1 parent 905cbac commit efbaed8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +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.3.1](https://github.com/0xCCF4/BackupDeduplicator/compare/v0.3.0...v0.3.1) - 2024-09-03

### Added
- *(ci)* added release-plz, devskim, auto-merge for dependabot and dependabot for ci

### Other
- fix require review
- *(deps)* Bump clap from 4.5.4 to 4.5.8 ([#19](https://github.com/0xCCF4/BackupDeduplicator/pull/19))
- Bump log from 0.4.21 to 0.4.22 ([#20](https://github.com/0xCCF4/BackupDeduplicator/pull/20))
- *(deps)* bump serde_json from 1.0.117 to 1.0.120 ([#22](https://github.com/0xCCF4/BackupDeduplicator/pull/22))
- Bump serde_json from 1.0.116 to 1.0.117 ([#13](https://github.com/0xCCF4/BackupDeduplicator/pull/13))
- Bump anyhow from 1.0.82 to 1.0.86 ([#16](https://github.com/0xCCF4/BackupDeduplicator/pull/16))
- Bump serde from 1.0.199 to 1.0.203 ([#17](https://github.com/0xCCF4/BackupDeduplicator/pull/17))
- Bump serde from 1.0.198 to 1.0.199
- Bump serde_json from 1.0.115 to 1.0.116
- Bump serde from 1.0.197 to 1.0.198
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "backup-deduplicator"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
description = """
A tool to deduplicate backups. It builds a hash tree of all files and folders
Expand Down

0 comments on commit efbaed8

Please sign in to comment.