Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 89c135e

Browse files
committed
Release 5.0.0
1 parent 7214029 commit 89c135e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dirs"
3-
version = "4.0.0"
3+
version = "5.0.0"
44
authors = ["Simon Ochsenreither <simon@ochsenreither.de>"]
55
description = "A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS."
66
readme = "README.md"

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ and on the JVM ([directories-jvm](https://github.com/dirs-dev/directories-jvm)).
3737
Add the library as a dependency to your project by inserting
3838

3939
```toml
40-
dirs = "4.0"
40+
dirs = "5.0"
4141
```
4242

4343
into the `[dependencies]` section of your Cargo.toml file.
@@ -168,6 +168,11 @@ cargo build --target=x86_64-unknown-redox
168168

169169
## Changelog
170170

171+
### 5
172+
173+
- Update `dirs-sys` dependency to `0.4.0`.
174+
- Add `config_local_dir` for non-roaming configuration on Windows. On non-Windows platforms the behavior is identical to `config dir`.
175+
171176
### 4
172177

173178
- **BREAKING CHANGE** The behavior of `executable_dir` has been adjusted to not depend on `$XDG_DATA_HOME`.

0 commit comments

Comments
 (0)