From 4947be2fe33d0be45a0c478aa99d81d699867d00 Mon Sep 17 00:00:00 2001 From: Thomas Krause Date: Tue, 20 Aug 2024 19:15:05 +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 3c18c8fc2..8f4ff7f3c 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.4.0] - 2024-08-20 + ### Added - Added support for coverage edges between span nodes an segmentation nodes when diff --git a/CITATION.cff b/CITATION.cff index 20c76d02b..b0be13f46 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.3.3 -date-released: 2024-07-12 +version: 3.4.0 +date-released: 2024-08-20 doi: 10.5281/zenodo.2598164 references: - type: thesis diff --git a/capi/Cargo.toml b/capi/Cargo.toml index 66814a5a7..2b7f5cdc5 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.3.3" +version = "3.4.0" [lib] crate-type = ["staticlib", "cdylib"] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4f5644b50..5b956e1f8 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.3.3" +version = "3.4.0" [dependencies] anyhow = "1" diff --git a/core/Cargo.toml b/core/Cargo.toml index 59778a2c7..e7cfbb588 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.3.3" +version = "3.4.0" [lib] diff --git a/docs/src/embed-rust.md b/docs/src/embed-rust.md index d48fc1db8..d80a3f87d 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.3.3" +graphannis = "3.4.0" ``` ## API documentation diff --git a/graphannis/Cargo.toml b/graphannis/Cargo.toml index bed8fe85a..c9235d481 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.3.3" +version = "3.4.0" [lib] crate-type = ["lib"] diff --git a/webservice/Cargo.toml b/webservice/Cargo.toml index f52dca14a..28361f3c7 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.3.3" +version = "3.4.0" [dependencies] actix-cors = "0.6"