Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1f853e

Browse files
committed
chore(release): prepare frencli v0.1.5 for crates.io
Bump version to 0.1.5 and document help improvements in CHANGELOG. Made-with: Cursor
1 parent 1604fd3 commit e1f853e

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to `frencli` will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.5] - 2026-04-16
9+
10+
### Changed
11+
- Expanded built-in help: `rename --help` now documents pattern examples (placeholders, substring ranges, case modifiers, trim, literal `%R` and regex `%X` replacements).
12+
- Main help (`--help`) includes a compact pattern quick reference and points to `rename --help` for the full list.
13+
814
## [0.1.4] - 2026-01-03
915

1016
### Changed
@@ -94,3 +100,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
94100
- Isolated test infrastructure with temporary sandboxes
95101

96102
[0.1.0]: https://github.com/byezy/frencli/releases/tag/v0.1.0
103+
[0.1.5]: https://github.com/byezy/frencli/releases/tag/v0.1.5

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "frencli"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2024"
55
description = "CLI frontend for fren - a fast, powerful command-line batch file renaming tool"
66
license = "MIT"

0 commit comments

Comments
 (0)