From 7f14da61fb5c194025d420ad6455b07de099a58d Mon Sep 17 00:00:00 2001 From: Thomas Krause Date: Tue, 14 Jan 2025 09:22:37 +0100 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 8a7890e08..01d60ebd2 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.6.0] - 2025-01-14 + ### Added - `UpdateEvent` now implements `PartialEq` to make possible to compare changes. diff --git a/CITATION.cff b/CITATION.cff index 13aeedaba..13d4e830c 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.5.1 -date-released: 2024-09-25 +version: 3.6.0 +date-released: 2025-01-14 doi: 10.5281/zenodo.2598164 references: - type: thesis diff --git a/capi/Cargo.toml b/capi/Cargo.toml index 6554c2ef8..4c00da998 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.1" +version = "3.6.0" [lib] crate-type = ["staticlib", "cdylib"] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 2280a898e..d91a282ca 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.1" +version = "3.6.0" [dependencies] anyhow = "1" diff --git a/core/Cargo.toml b/core/Cargo.toml index 970e3bdf5..bbc05b883 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.1" +version = "3.6.0" [lib] diff --git a/docs/src/embed-rust.md b/docs/src/embed-rust.md index 1c9964700..722a44503 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.5.1" +graphannis = "3.6.0" ``` ## API documentation diff --git a/graphannis/Cargo.toml b/graphannis/Cargo.toml index 0267ac01b..059d7429c 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.1" +version = "3.6.0" [lib] crate-type = ["lib"] diff --git a/webservice/Cargo.toml b/webservice/Cargo.toml index 9e4fbba92..c2812435f 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.1" +version = "3.6.0" [dependencies] actix-cors = "0.6"