Skip to content

Commit

Permalink
Remove MSRV & bump version
Browse files Browse the repository at this point in the history
MSRV depends on almost-entirely on backend so it doesn't make sense for us
to set it now that multiple backends are supported
  • Loading branch information
alpha-tango-kilo committed Dec 2, 2023
1 parent eabacce commit ad443d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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)

## v0.3.1 - 2023/12/02

* Remove MSRV - this is almost entirely dependent on the backend you're using

## v0.3.0 - 2023/11/11

A rewrite of `FastClose`'s compatibility - no longer relying on `Into<OwnedHandle>`, as adoption of this trait implementation is lacking across the crates.io ecosystem.
Expand Down
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ name = "close_already"
description = "Speeds up programs writing lots of files on Windows"
categories = ["filesystem", "concurrency"]
keywords = ["windows", "fs", "file", "files", "handle"]
version = "0.3.0"
version = "0.3.1"
edition = "2021"
rust-version = "1.72"
authors = ["alpha-tango-kilo <[email protected]>"]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/alpha-tango-kilo/close_already"
Expand Down

0 comments on commit ad443d8

Please sign in to comment.