Sha256: 6604e30611fe9cc5f307f622fd4d763c3e0284ee98355830a9d8adfe48b45734
Contents?: true
Size: 1.35 KB
Versions: 37
Compression:
Stored size: 1.35 KB
Contents
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). <!-- # Guiding Principles * Changelogs are for _humans_, not machines. * There should be an entry for every single version. * The same types of changes should be grouped. * Versions and sections should be linkable. * The latest version comes first. * The release date of each version is displayed. * Mention whether you follow Semantic Versioning. # Types of changes * `Added` for new features. * `Changed` for changes in existing functionality. * `Deprecated` for soon-to-be removed features. * `Removed` for now removed features. * `Fixed` for any bug fixes. * `Security` in case of vulnerabilities. --> <!-- next-header --> ## [Unreleased] - ReleaseDate ## [0.1.2] - 2021-01-09 ### Changed * Bump `redox_users` by @benesch. ## [0.1.1] - 2020-10-13 ### Changed * Use `default-features=false` for `redox_users` crate. This should cut out quite a few unneeded dependencies. <!-- next-url --> [Unreleased]: https://github.com/xdg-rs/dirs/compare/dirs-sys-v0.1.2...HEAD [0.1.2]: https://github.com/xdg-rs/dirs/compare/dirs-sys-v0.1.1...dirs-sys-v0.1.2 [0.1.1]: https://github.com/xdg-rs/dirs/releases/tag/dirs-sys-v0.1.1
Version data entries
37 entries across 37 versions & 1 rubygems