From 1613d6343aa652d4e41079525e19c7987fd4bc38 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 13:18:52 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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"