Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 801 Bytes

CHANGELOG.md

File metadata and controls

47 lines (28 loc) · 801 Bytes

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.

[Unreleased]

Added

Fixed

Changed

Deprecated

Removed

Security

[2.0.0] - 2024-06-15

Added

  • New error type that allows to get the path in the filesystem where the error occured.

Changed

  • Improved CI/CD with updated github actions and automated release notes.

[1.0.0] - 2024-01-04

Changed

  • Migration to Rust edition 2021.
  • Stabilize API to 1.0.0.

[0.2.0] - 2020-09-07

Changed

  • Update to futures-lite 1.2.

Fixed

  • Docs typo.

[0.1.0] - 2020-08-31

Added

  • Initial release