From 18b57d222ac9a9515eb46a2132c43fd3f2a03b98 Mon Sep 17 00:00:00 2001 From: Thomas Krause Date: Wed, 25 Sep 2024 10:48:25 +0200 Subject: [PATCH] chore: Release --- CHANGELOG.md | 2 ++ CITATION.cff | 4 ++-- capi/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- core/Cargo.toml | 2 +- docs/src/embed-rust.md | 2 +- graphannis/Cargo.toml | 2 +- webservice/Cargo.toml | 2 +- 8 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 057829de9..90747bab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.5.1] - 2024-09-25 + ### Fixed - Fixed out of bounds error parsing legacy meta queries with multiple diff --git a/CITATION.cff b/CITATION.cff index b0be13f46..13aeedaba 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -6,8 +6,8 @@ authors: orcid: https://orcid.org/0000-0003-3731-2422 affiliation: Humboldt-Universität zu Berlin title: graphANNIS -version: 3.4.0 -date-released: 2024-08-20 +version: 3.5.1 +date-released: 2024-09-25 doi: 10.5281/zenodo.2598164 references: - type: thesis diff --git a/capi/Cargo.toml b/capi/Cargo.toml index f22bdea6c..6554c2ef8 100644 --- a/capi/Cargo.toml +++ b/capi/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" name = "graphannis-capi" readme = "crate-info.md" repository = "https://github.com/korpling/graphANNIS" -version = "3.5.0" +version = "3.5.1" [lib] crate-type = ["staticlib", "cdylib"] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 9b8ffe3b0..2280a898e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "graphannis-cli" readme = "crate-info.md" repository = "https://github.com/korpling/graphANNIS" -version = "3.5.0" +version = "3.5.1" [dependencies] anyhow = "1" diff --git a/core/Cargo.toml b/core/Cargo.toml index 29eef1306..15883c295 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" name = "graphannis-core" readme = "crate-info.md" repository = "https://github.com/korpling/graphANNIS" -version = "3.5.0" +version = "3.5.1" [lib] diff --git a/docs/src/embed-rust.md b/docs/src/embed-rust.md index d80a3f87d..1c9964700 100644 --- a/docs/src/embed-rust.md +++ b/docs/src/embed-rust.md @@ -4,7 +4,7 @@ Add a dependency to graphANNIS in you `Cargo.toml` file: ```toml -graphannis = "3.4.0" +graphannis = "3.5.1" ``` ## API documentation diff --git a/graphannis/Cargo.toml b/graphannis/Cargo.toml index a112e06d2..0267ac01b 100644 --- a/graphannis/Cargo.toml +++ b/graphannis/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "graphannis" readme = "../README.md" repository = "https://github.com/korpling/graphANNIS" -version = "3.5.0" +version = "3.5.1" [lib] crate-type = ["lib"] diff --git a/webservice/Cargo.toml b/webservice/Cargo.toml index 4c9c1e99b..9e4fbba92 100644 --- a/webservice/Cargo.toml +++ b/webservice/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" name = "graphannis-webservice" readme = "crate-info.md" repository = "https://github.com/korpling/graphANNIS" -version = "3.5.0" +version = "3.5.1" [dependencies] actix-cors = "0.6"