diff --git a/CHANGELOG.md b/CHANGELOG.md index cece30371..136bcd5a6 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.3.3] - 2024-07-12 + ### Fixed - Add bug fixes for relANNIS import discovered testing the Annatto relANNIS diff --git a/CITATION.cff b/CITATION.cff index 6596fcfe8..20c76d02b 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.1 -date-released: 2024-06-04 +version: 3.3.3 +date-released: 2024-07-12 doi: 10.5281/zenodo.2598164 references: - type: thesis diff --git a/capi/Cargo.toml b/capi/Cargo.toml index 9ed27a614..66814a5a7 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.1" +version = "3.3.3" [lib] crate-type = ["staticlib", "cdylib"] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 576fa7e8c..4f5644b50 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.1" +version = "3.3.3" [dependencies] anyhow = "1" diff --git a/core/Cargo.toml b/core/Cargo.toml index e7d234796..59778a2c7 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.1" +version = "3.3.3" [lib] diff --git a/docs/src/embed-rust.md b/docs/src/embed-rust.md index 57b5da739..d48fc1db8 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.1" +graphannis = "3.3.3" ``` ## API documentation diff --git a/graphannis/Cargo.toml b/graphannis/Cargo.toml index 7c2027b3c..bed8fe85a 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.1" +version = "3.3.3" [lib] crate-type = ["lib"] diff --git a/webservice/Cargo.toml b/webservice/Cargo.toml index 8bee6e8bb..f52dca14a 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.1" +version = "3.3.3" [dependencies] actix-cors = "0.6"