Skip to content

Commit cdb7a09

Browse files
authored
chore: release v0.3.0
1 parent 19282e1 commit cdb7a09

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0](https://github.com/0xCCF4/PhotoSort/compare/v0.2.12...v0.3.0) - 2026-04-12
11+
12+
### Fixed
13+
14+
- typo in cmdline args
15+
16+
### Other
17+
18+
- [**breaking**] add file include and exclude flags via regex and normal string
19+
- exclude arguments and help comment to main_impl
20+
1021
## [0.2.12](https://github.com/0xCCF4/PhotoSort/compare/v0.2.11...v0.2.12) - 2026-04-11
1122

1223
### Fixed

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 = "photo_sort"
3-
version = "0.2.12"
3+
version = "0.3.0"
44
edition = "2021"
55
description = """
66
A tool to rename and sort photos/videos by its EXIF date/metadata. It tries to extract the date

0 commit comments

Comments
 (0)