From 82bfe1b5063ea6dc95d010b1ec840439a7421c35 Mon Sep 17 00:00:00 2001 From: Casey Marshall Date: Tue, 9 Sep 2025 15:01:25 +0000 Subject: [PATCH] chore(stigmerge): release v0.5.14 --- Cargo.lock | 2 +- stigmerge/CHANGELOG.md | 7 +++++++ stigmerge/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ebcf686..fd2995a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3669,7 +3669,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "stigmerge" -version = "0.5.13" +version = "0.5.14" dependencies = [ "anyhow", "clap", diff --git a/stigmerge/CHANGELOG.md b/stigmerge/CHANGELOG.md index 5106757..f995c8b 100644 --- a/stigmerge/CHANGELOG.md +++ b/stigmerge/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.5.14] - 2025-09-09 + +### ⚙️ Miscellaneous Tasks + +- Update Cargo.lock dependencies + + ## [0.5.13] - 2025-09-03 ### 🐛 Bug Fixes diff --git a/stigmerge/Cargo.toml b/stigmerge/Cargo.toml index b04b2e0..6ff025a 100644 --- a/stigmerge/Cargo.toml +++ b/stigmerge/Cargo.toml @@ -8,7 +8,7 @@ edition.workspace = true homepage.workspace = true license.workspace = true repository.workspace = true -version = "0.5.13" +version = "0.5.14" [package.metadata.wix] upgrade-guid = "B2D446B7-C4C2-4939-8A9E-C6039D89BAE8"