From c39a97f2928989feef434ad96e5236ab1bff22f0 Mon Sep 17 00:00:00 2001 From: 0xCCF4 <0xCCF4-git-commit@lenzentech.de> Date: Wed, 26 Jun 2024 15:01:01 +0200 Subject: [PATCH] chore: release --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..856d26d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,33 @@ +# 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.1.6](https://github.com/0xCCF4/PhotoSort/compare/v0.1.5...v0.1.6) - 2024-06-26 + +### Added +- updated ci, added release plz, devskim, automerge dependabot + +### Fixed +- ci auto merge pr +- fixing ci video lib missing +- fixing ci video lib missing +- change ci token +- change ci token +- change compile against stable in ci + +### Other +- *(deps)* bump actions-rust-lang/setup-rust-toolchain ([#12](https://github.com/0xCCF4/PhotoSort/pull/12)) +- *(deps)* bump rust-build/rust-build.action from 1.4.4 to 1.4.5 ([#13](https://github.com/0xCCF4/PhotoSort/pull/13)) +- renamed ci jobs +- Bump clap from 4.5.4 to 4.5.7 ([#10](https://github.com/0xCCF4/PhotoSort/pull/10)) +- Bump regex from 1.10.4 to 1.10.5 ([#9](https://github.com/0xCCF4/PhotoSort/pull/9)) +- Bump lazy_static from 1.4.0 to 1.5.0 ([#11](https://github.com/0xCCF4/PhotoSort/pull/11)) +- cargo fmt and clippy +- update ci +- update ci +- Merge pull request [#6](https://github.com/0xCCF4/PhotoSort/pull/6) from 0xCCF4/dependabot/cargo/anyhow-1.0.86 +- Bump ffmpeg-next from 7.0.0 to 7.0.2 diff --git a/Cargo.lock b/Cargo.lock index 4fab41e..da650a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -451,7 +451,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "photo_sort" -version = "0.1.5" +version = "0.1.6" dependencies = [ "aho-corasick", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 50e73d4..085e736 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "photo_sort" -version = "0.1.5" +version = "0.1.6" edition = "2021" description = """ A tool to rename and sort photos/videos by its EXIF date/metadata. It tries to extract the date