From 5da9e14e92614483ee25f92cfbb68447747480cd Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:44:00 +0800 Subject: [PATCH] chore(main): release dsp-meta 2.2.3 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index d15f5edc..9485046f 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.2" + ".": "2.2.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b32f12f..ecd35213 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.2.3](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.2.2...dsp-meta-v2.2.3) (2024-09-03) + + +### Maintenance + +* **deps:** Bump config to 0.14.0 ([#219](https://github.com/dasch-swiss/dsp-meta/issues/219)) ([b0d6055](https://github.com/dasch-swiss/dsp-meta/commit/b0d605529b137dffd9767700261681e9c640c021)) +* Publish releases immediately ([#220](https://github.com/dasch-swiss/dsp-meta/issues/220)) ([81a4155](https://github.com/dasch-swiss/dsp-meta/commit/81a415500c5422b008e7edf80aa3a7bed957b5c5)) + ## [2.2.2](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.2.1...dsp-meta-v2.2.2) (2024-09-03) diff --git a/Cargo.lock b/Cargo.lock index d4475a94..bf72356b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -647,7 +647,7 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "dsp-meta" -version = "2.2.2" +version = "2.2.3" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 228d2595..eed75b68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dsp-meta" -version = "2.2.2" +version = "2.2.3" edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://github.com/dasch-swiss/dsp-meta"