Skip to content

Commit e4524ec

Browse files
committed
Merge branch 'release/0.5.0'
2 parents 86aadc7 + 9c4dbdb commit e4524ec

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog], and this project adheres to [Break Versioning].
66

7-
## [Unreleased]
7+
## [0.5.0] - 2025-08-29
88

99
### Changed
1010

@@ -101,7 +101,8 @@ The format is based on [Keep a Changelog], and this project adheres to [Break Ve
101101

102102
<!-- versions -->
103103

104-
[Unreleased]: https://github.com/aaronmallen/dir_spec/compare/0.4.0...HEAD
104+
[Unreleased]: https://github.com/aaronmallen/dir_spec/compare/0.5.0...HEAD
105+
[0.5.0]: https://github.com/aaronmallen/dir_spec/compare/0.4.0...0.5.0
105106
[0.4.0]: https://github.com/aaronmallen/dir_spec/compare/0.3.0...0.4.0
106107
[0.3.0]: https://github.com/aaronmallen/dir_spec/compare/0.2.0...0.3.0
107108
[0.2.0]: https://github.com/aaronmallen/dir_spec/compare/0.1.0...0.2.0

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 = "dir_spec"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2024"
55
description = "A cross-platform Rust library for resolving XDG and platform-specific directories with proper fallbacks."
66
authors = ["Aaron Allen (@aaronmallen)"]

docs/SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ We follow responsible disclosure practices:
7878

7979
| Version | Support |
8080
|:-------:| :-----: |
81-
| 0.4.0 ||
82-
| < 0.4.0 ||
81+
| 0.5.0 ||
82+
| < 0.5.0 ||
8383

8484
### Key
8585

0 commit comments

Comments
 (0)