Skip to content

Commit 19caf7d

Browse files
Bump version number and update changelog
1 parent 4021f00 commit 19caf7d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## atomic-write-file 0.2.3
4+
5+
* Fixed documentation to state that `discard()` (not `commit()`) is called on
6+
drop (contributed by
7+
[Lucy](https://github.com/andreacorbellini/rust-atomic-write-file/pull/11)).
8+
39
## atomic-write-file 0.2.2
410

511
### Unix changes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "atomic-write-file"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
authors = ["Andrea Corbellini <[email protected]>"]
55
edition = "2021"
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)