From b9fc0b5805c31f4a691471dffb7ee8f822d15fae Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Wed, 11 Sep 2024 18:14:45 +0800 Subject: [PATCH] chore(main): release dsp-meta 2.2.6 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index f90529a2..dbf0c482 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.5" + ".": "2.2.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c292a0cf..d404f9e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [2.2.6](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.2.5...dsp-meta-v2.2.6) (2024-09-11) + + +### Maintenances + +* Bring back data prefix ([#240](https://github.com/dasch-swiss/dsp-meta/issues/240)) ([23bc706](https://github.com/dasch-swiss/dsp-meta/commit/23bc706470f18a34215a9227e687eac475b45493)) +* **deps:** Bump anyhow from 1.0.86 to 1.0.87 ([#231](https://github.com/dasch-swiss/dsp-meta/issues/231)) ([0252803](https://github.com/dasch-swiss/dsp-meta/commit/025280389e068db2b30187e244ad233ee2e8d8c5)) +* **deps:** Bump axum-test from 15.6.0 to 15.7.1 ([#235](https://github.com/dasch-swiss/dsp-meta/issues/235)) ([0e965ca](https://github.com/dasch-swiss/dsp-meta/commit/0e965ca00b60a127ed1699bf5f8b2c51a22cdb81)) +* **deps:** Bump clap from 4.5.16 to 4.5.17 ([#234](https://github.com/dasch-swiss/dsp-meta/issues/234)) ([e9ba3f7](https://github.com/dasch-swiss/dsp-meta/commit/e9ba3f796442c16e9e9df48a422c59a4d8dcd2ee)) +* **deps:** Bump serde from 1.0.209 to 1.0.210 ([#232](https://github.com/dasch-swiss/dsp-meta/issues/232)) ([01936a6](https://github.com/dasch-swiss/dsp-meta/commit/01936a64ecc038c7215430a9dbb5d70fd809834c)) +* **deps:** Bump serde_json from 1.0.127 to 1.0.128 ([#233](https://github.com/dasch-swiss/dsp-meta/issues/233)) ([f2784f6](https://github.com/dasch-swiss/dsp-meta/commit/f2784f6b801b5902835019a1ba74beaab51053f0)) +* **deps:** Bump tower from 0.5.0 to 0.5.1 in the backend-dependencies group ([#238](https://github.com/dasch-swiss/dsp-meta/issues/238)) ([127ca9a](https://github.com/dasch-swiss/dsp-meta/commit/127ca9a31c0984ce4872237dd36f5db91be12d16)) +* Improve dependencies update ([#237](https://github.com/dasch-swiss/dsp-meta/issues/237)) ([487b2d5](https://github.com/dasch-swiss/dsp-meta/commit/487b2d55af13c130028b0e3f91ff26ca3fdcb0da)) +* Update JS dependencies ([#223](https://github.com/dasch-swiss/dsp-meta/issues/223)) ([20a9325](https://github.com/dasch-swiss/dsp-meta/commit/20a9325cad8dc4883985e09b8bd655825841bfb7)) + + +### Project Data + +* Update Deir el-Medina ([#241](https://github.com/dasch-swiss/dsp-meta/issues/241)) ([4fb32bd](https://github.com/dasch-swiss/dsp-meta/commit/4fb32bddb01e52f7de282aa4b3cd4737c6fc2ba3)) + ## [2.2.5](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.2.4...dsp-meta-v2.2.5) (2024-09-05) diff --git a/Cargo.lock b/Cargo.lock index 2e406498..7c8cd47f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -647,7 +647,7 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "dsp-meta" -version = "2.2.5" +version = "2.2.6" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index f70ecc8c..f8036be5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dsp-meta" -version = "2.2.5" +version = "2.2.6" edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://github.com/dasch-swiss/dsp-meta"