From 0754b47089e994de1db84c1a99506112e93a6cb4 Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:16:20 +0800 Subject: [PATCH] chore(main): release dsp-meta 2.2.4 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 9485046f..3a3df6f6 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.3" + ".": "2.2.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ecd35213..aa11df55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.4](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.2.3...dsp-meta-v2.2.4) (2024-09-03) + + +### Maintenance + +* **deps:** Update dependencies ([#221](https://github.com/dasch-swiss/dsp-meta/issues/221)) ([75a6c9e](https://github.com/dasch-swiss/dsp-meta/commit/75a6c9ed41a015d1836243b82ce2850f1270f30c)) + ## [2.2.3](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.2.2...dsp-meta-v2.2.3) (2024-09-03) diff --git a/Cargo.lock b/Cargo.lock index bf72356b..a0205bb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -647,7 +647,7 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "dsp-meta" -version = "2.2.3" +version = "2.2.4" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index f54c1d28..dd5db731 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dsp-meta" -version = "2.2.3" +version = "2.2.4" edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://github.com/dasch-swiss/dsp-meta"