Skip to content

Commit 1713ccc

Browse files
Bump version number and update changelog
1 parent bc8c638 commit 1713ccc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## atomic-write-file 0.1.3
4+
5+
### Unix changes
6+
7+
* Update dependency on `nix` to version 0.28. This improves compatibility with
8+
Illumos, Solaris, and Solaris-like operating systems. (contributed by
9+
[Rain](https://github.com/andreacorbellini/rust-atomic-write-file/pull/5)).
10+
311
## atomic-write-file 0.1.2
412

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

0 commit comments

Comments
 (0)