1
0
Fork 0
rust-platform-dirs/CHANGELOG.md
Daniel Baumann d61cd7bdb0
Adding upstream version 0.3.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-04 23:32:47 +02:00

1.5 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to 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.

Unreleased

v0.3.0 - 2020-09-26

Changed

  • change AppUI to use_xdg_on_macos

Removed

  • remove home_dir and is_absolute_path from public API

0.2.0 - 2019-06-10

Changed

  • Change prefix parameter from AsRef<Path> to &str

0.1.2 - 2019-06-08

Added

  • Derive Clone and Debug for AppDirs and UserDirs

0.1.1 - 2019-06-08

Fixed

  • Fixed app name prefix for AppDirs

0.1.0 - 2019-06-08

Initial release