Skip to content

Commit c1ad4d6

Browse files
committed
Update to 4.6.0
Signed-off-by: Nick Gerace <[email protected]>
1 parent ab5c267 commit c1ad4d6

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
# Changelog
22

3-
- All notable, released changes to this project will be documented in this file
3+
- All notable, released changes to this project from a user's perspective will be documented in this file
44
- All changes are from [@nickgerace](https://github.com/nickgerace) unless otherwise specified
55
- The format was inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
- This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
77

8+
## 4.6.0 - 2024-12-10
9+
10+
### Added
11+
12+
- Add XDG-first user directory lookup using [`user_dirs`](https://github.com/uncenter/user_dirs/blob/193547d1d2f190dbc6fbf9f29a4aa2d4318070db/README.md)
13+
14+
### Changed
15+
16+
- Bump dependencies
17+
- Help message to rely on line wrapping
18+
- Update release binary names for clarity (including fixing the macOS one for the correct architecture)
19+
820
## 4.5.1 - 2024-12-09
921

1022
### Changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gfold"
3-
version = "4.5.1"
3+
version = "4.6.0"
44

55
authors = ["Nick Gerace <[email protected]>"]
66
categories = ["command-line-utilities", "command-line-interface"]

docs/RELEASE.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Steps should be executed in sequential order.
1919
- [ ] Open a web browser tab to the following link: `https://github.com/nickgerace/gfold/compare/<last-tag>...main`
2020
- [ ] Add a new section the version in [`CHANGELOG.md`](../CHANGELOG.md) with the current date
2121
- [ ] Using the diff, commit messages and commit title, populate the new section with all user-relevant changes
22+
- [ ] Once the section is finalized, determine what field should be bumped (alongside the section title) using aforementioned Semantic Versioning best practices
2223
- [ ] Verify that everything looks/works as expected:
2324

2425
```shell

0 commit comments

Comments
 (0)