reflink-copy 0.1.20

copy-on-write mechanism on supported file systems
Documentation
# 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).

## [Unreleased]

## [0.1.20]https://github.com/cargo-bins/reflink-copy/compare/v0.1.19...v0.1.20 - 2024-11-10

### Other

- Implement check_reflink_support for windows ([#83]https://github.com/cargo-bins/reflink-copy/pull/83)
- Fail reflink_or_copy if target file already exist ([#81]https://github.com/cargo-bins/reflink-copy/pull/81)
- Bump tempfile from 3.8.0 to 3.12.0 ([#77]https://github.com/cargo-bins/reflink-copy/pull/77)

## [0.1.19]https://github.com/cargo-bins/reflink-copy/compare/v0.1.18...v0.1.19 - 2024-07-04

### Other
- Bump windows from 0.57.0 to 0.58.0 ([#74]https://github.com/cargo-bins/reflink-copy/pull/74)
- Use release-plz in publish.yml ([#72]https://github.com/cargo-bins/reflink-copy/pull/72)