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

Commit d74fffc

Browse files
committed
Release 5.0.0
1 parent d743ae1 commit d74fffc

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 = "directories"
3-
version = "4.0.1"
3+
version = "5.0.0"
44
authors = ["Simon Ochsenreither <simon@ochsenreither.de>"]
55
description = "A tiny mid-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows and macOS 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
@@ -35,7 +35,7 @@ A version of this library running on the JVM is provided by [directories-jvm](ht
3535
Add the library as a dependency to your project by inserting
3636

3737
```toml
38-
directories = "4.0"
38+
directories = "5.0"
3939
```
4040

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

219219
## Changelog
220220

221+
### 5
222+
223+
- Update `dirs-sys` dependency to `0.4.0`.
224+
- Add `config_local_dir` for non-roaming configuration on Windows. On non-Windows platforms the behavior is identical to `config dir`.
225+
221226
### 4
222227

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

0 commit comments

Comments
 (0)