]> git.proxmox.com Git - rustc.git/blame - vendor/dirs-sys-next/CHANGELOG.md
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / vendor / dirs-sys-next / CHANGELOG.md
CommitLineData
f20569fa
XL
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8<!--
9# Guiding Principles
10
11* Changelogs are for _humans_, not machines.
12* There should be an entry for every single version.
13* The same types of changes should be grouped.
14* Versions and sections should be linkable.
15* The latest version comes first.
16* The release date of each version is displayed.
17* Mention whether you follow Semantic Versioning.
18
19# Types of changes
20
21* `Added` for new features.
22* `Changed` for changes in existing functionality.
23* `Deprecated` for soon-to-be removed features.
24* `Removed` for now removed features.
25* `Fixed` for any bug fixes.
26* `Security` in case of vulnerabilities.
27 -->
28
29<!-- next-header -->
30## [Unreleased] - ReleaseDate
31
32## [0.1.2] - 2021-01-09
33### Changed
34* Bump `redox_users` by @benesch.
35
36## [0.1.1] - 2020-10-13
37### Changed
38* Use `default-features=false` for `redox_users` crate. This should cut out quite a few
39 unneeded dependencies.
40
41<!-- next-url -->
42[Unreleased]: https://github.com/xdg-rs/dirs/compare/dirs-sys-v0.1.2...HEAD
43[0.1.2]: https://github.com/xdg-rs/dirs/compare/dirs-sys-v0.1.1...dirs-sys-v0.1.2
44[0.1.1]: https://github.com/xdg-rs/dirs/releases/tag/dirs-sys-v0.1.1