Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soc committed Mar 19, 2023
1 parent 7214029 commit 89c135e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dirs"
version = "4.0.0"
version = "5.0.0"
authors = ["Simon Ochsenreither <simon@ochsenreither.de>"]
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."
readme = "README.md"
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ and on the JVM ([directories-jvm](https://github.com/dirs-dev/directories-jvm)).
Add the library as a dependency to your project by inserting

```toml
dirs = "4.0"
dirs = "5.0"
```

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

## Changelog

### 5

- Update `dirs-sys` dependency to `0.4.0`.
- Add `config_local_dir` for non-roaming configuration on Windows. On non-Windows platforms the behavior is identical to `config dir`.

### 4

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

0 comments on commit 89c135e

Please sign in to comment.