Skip to content

Commit 4ec6203

Browse files
Bump version number and update changelog
1 parent 99ee673 commit 4ec6203

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## atomic-write-file 0.3.0
4+
5+
### Unix changes
6+
7+
* Updated dependency on `nix` to version 0.30.
8+
9+
### Breaking changes
10+
11+
* Changed Rust edition from 2021 to 2024.
12+
13+
* Explicitly set the MSRV to 0.85 (the first Rust version to support the 2024
14+
edition).
15+
316
## atomic-write-file 0.2.3
417

518
* Fixed documentation to state that `discard()` (not `commit()`) is called on

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.3"
3+
version = "0.3.0"
44
authors = ["Andrea Corbellini <[email protected]>"]
55
edition = "2024"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)