Skip to content

Commit

Permalink
Release 0.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Aug 12, 2023
1 parent 129be1e commit 3d792aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unix_mode"
version = "0.1.4-pre"
version = "0.1.4"
authors = ["Martin Pool <mbp@sourcefrog.net>"]
edition = "2021"
description = "Decode, interpret, and display Unix file mode bits (even on non-Unix platforms)"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
//!
//! # Changelog
//!
//! ## 0.1.4-pre
//! ## 0.1.4
//!
//! * Optional feature `serde` allows serializing [Type], [Access], and [Accessor].
//!
Expand Down

0 comments on commit 3d792aa

Please sign in to comment.