Skip to content

Commit b8b31bc

Browse files
Bump version number and update changelog
1 parent 02b4b08 commit b8b31bc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## atomic-write-file 0.1.4
4+
5+
### Linux changes
6+
7+
* Fix a potential data loss problem with anonymous temporary files on btrfs
8+
(see [GitHub issue
9+
#6](https://github.com/andreacorbellini/rust-atomic-write-file/issues/6) for
10+
details).
11+
312
## atomic-write-file 0.1.3
413

514
### 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.1.3"
3+
version = "0.1.4"
44
authors = ["Andrea Corbellini <[email protected]>"]
55
edition = "2021"
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)