Skip to content

Commit 6714d53

Browse files
committed
Chore(release)
1 parent 4790ad1 commit 6714d53

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.4.4] - 2024-09-02
6+
7+
### 📚 Documentation
8+
9+
- *(minor)* Changed source install instructions
10+
11+
### ⚙️ Miscellaneous Tasks
12+
13+
- *(release)* Changelog update
14+
515
## [0.4.3] - 2024-09-02
616

717
### ⚙️ Miscellaneous Tasks
@@ -158,10 +168,10 @@ All notable changes to this project will be documented in this file.
158168
- Typo fixes
159169
- Version bump; minor wording & minor refact
160170
- Removed comment notes
161-
- Unused code reservoir
171+
- Unused code resevoir
162172
- Added a missing tracing instrumentation
163173
- Minor version bump
164-
- Removed unnecessary allow
174+
- Removed unecessary allow
165175
- Cleaning up commented test, unneeded
166176
- Various cleanup
167177
- Logging to help debug temp dir naming behavior

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 = "rename_files"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
authors = ["Ethan Skowronski-Lutz"]
55
edition = "2021"
66
repository = "https://github.com/ethanmsl/rename_files"

0 commit comments

Comments
 (0)