Skip to content

Commit d7629a7

Browse files
Bump version and update changelog
1 parent 682cd2a commit d7629a7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## atomic-write-file 0.2.2
4+
5+
* Fixed a build error with `androideabi` (contributed by
6+
[xuxiaocheng0201](https://github.com/andreacorbellini/rust-atomic-write-file/pull/10)).
7+
38
## atomic-write-file 0.2.1
49

510
* Fixed some broken documentation links.

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

0 commit comments

Comments
 (0)