diff --git a/CHANGELOG.md b/CHANGELOG.md index 04728bd..05877d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/). +## [0.1.3] - 2026-07-14 + + + ## [0.1.2] - 2026-07-14 diff --git a/Cargo.lock b/Cargo.lock index 1dd49c6..f2b0eec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "cmd-spec" -version = "0.1.2" +version = "0.1.3" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 54e979b..6a0329c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cmd-spec" authors = ["sksizer"] -version = "0.1.2" +version = "0.1.3" edition = "2024" description = "A very simple wrapper around command lines to provide a standard serialization, ergonomic construction and emit tokio or std:process::Cmd objects" homepage = "https://www.github.com/sksizer/rust-cmd-spec"