Skip to content

Commit 517342a

Browse files
committed
Release version 0.2.0
- Bump version to 0.2.0 in `Cargo.toml` and `Cargo.lock`. - Update `SECURITY.md` support matrix for version 0.2.0. - Add release notes for 0.2.0 in `CHANGELOG.md`.
1 parent c1a9dd2 commit 517342a

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ 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+
## [Unreleased]
8+
9+
## [0.2.0] - 2025-08-10
810

911
### Changed
1012

@@ -65,5 +67,6 @@ The format is based on [Keep a Changelog], and this project adheres to [Break Ve
6567

6668
<!-- versions -->
6769

68-
[Unreleased]: https://github.com/aaronmallen/dir_spec/compare/0.1.0...HEAD
70+
[Unreleased]: https://github.com/aaronmallen/dir_spec/compare/0.2.0...HEAD
71+
[0.2.0]: https://github.com/aaronmallen/dir_spec/compare/0.1.0...0.2.0
6972
[0.1.0]: https://github.com/aaronmallen/dir_spec/compare/0.0.1...0.1.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.1.0"
3+
version = "0.2.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.1.0 ||
82-
| < 0.1.0 ||
81+
| 0.2.0 ||
82+
| < 0.2.0 ||
8383

8484
### Key
8585

0 commit comments

Comments
 (0)