From 1f12712cc950425324555e9a0077f29b275601ec Mon Sep 17 00:00:00 2001 From: Rickard Andersson Date: Mon, 25 Aug 2025 09:44:48 +0200 Subject: [PATCH 1/2] Release v0.1.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c64a46..eb59a6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -277,7 +277,7 @@ dependencies = [ [[package]] name = "souper" -version = "0.1.7" +version = "0.1.8" dependencies = [ "clap", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index d2cfa43..6685dd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "souper" description = "CLI tool to manage metadata about software of unknown provinence (SOUP)" -version = "0.1.7" +version = "0.1.8" homepage = "https://github.com/DeviesDevelopment/souper" repository = "https://github.com/DeviesDevelopment/souper" readme = "README.md" From 37a7821ba40cb4ca75b645756a599ddfd1c8dc60 Mon Sep 17 00:00:00 2001 From: Rickard Andersson Date: Mon, 25 Aug 2025 09:45:31 +0200 Subject: [PATCH 2/2] Update soups.json --- soups.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/soups.json b/soups.json index 6b9e16c..28ca73e 100644 --- a/soups.json +++ b/soups.json @@ -2,7 +2,7 @@ "Cargo.toml": [ { "name": "clap", - "version": "4.5.42", + "version": "4.5.45", "meta": { "rationale": "Parse command-line arguments" } @@ -16,14 +16,14 @@ }, { "name": "quick-xml", - "version": "0.38.1", + "version": "0.38.3", "meta": { "rationale": "Parse XML-based files to identify SOUPs" } }, { "name": "regex", - "version": "1.11.1", + "version": "1.11.2", "meta": { "rationale": "Parse text files to identify SOUPs" } @@ -37,14 +37,14 @@ }, { "name": "serde_json", - "version": "1.0.142", + "version": "1.0.143", "meta": { "rationale": "Parse JSON files to identify SOUPs" } }, { "name": "toml", - "version": "0.9.4", + "version": "0.9.5", "meta": { "rationale": "Parse TOML files to identify SOUPs" }