Skip to content

Commit

Permalink
Bump version & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha-tango-kilo committed Dec 2, 2023
1 parent 5ebff9f commit fbacb83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.2 - 2023/12/02

* Add `FastClose::into_inner`
* Add `repr(transparent)` explicitly to `FastClose` (both stubbed & not)

## v0.3.1 - 2023/12/02

* Remove MSRV - this is almost entirely dependent on the backend you're using
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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.1"
version = "0.3.2"
edition = "2021"
authors = ["alpha-tango-kilo <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit fbacb83

Please sign in to comment.