Skip to content

Commit 781dd89

Browse files
committed
chore: Release
1 parent 8850e5f commit 781dd89

File tree

8 files changed

+10
-8
lines changed

8 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
## [3.3.3] - 2024-07-12
9+
810
### Fixed
911

1012
- Add bug fixes for relANNIS import discovered testing the Annatto relANNIS

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ authors:
66
orcid: https://orcid.org/0000-0003-3731-2422
77
affiliation: Humboldt-Universität zu Berlin
88
title: graphANNIS
9-
version: 3.3.1
10-
date-released: 2024-06-04
9+
version: 3.3.3
10+
date-released: 2024-07-12
1111
doi: 10.5281/zenodo.2598164
1212
references:
1313
- type: thesis

capi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0"
66
name = "graphannis-capi"
77
readme = "crate-info.md"
88
repository = "https://github.com/korpling/graphANNIS"
9-
version = "3.3.1"
9+
version = "3.3.3"
1010

1111
[lib]
1212
crate-type = ["staticlib", "cdylib"]

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
name = "graphannis-cli"
88
readme = "crate-info.md"
99
repository = "https://github.com/korpling/graphANNIS"
10-
version = "3.3.1"
10+
version = "3.3.3"
1111

1212
[dependencies]
1313
anyhow = "1"

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0"
66
name = "graphannis-core"
77
readme = "crate-info.md"
88
repository = "https://github.com/korpling/graphANNIS"
9-
version = "3.3.1"
9+
version = "3.3.3"
1010

1111
[lib]
1212

docs/src/embed-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Add a dependency to graphANNIS in you `Cargo.toml` file:
66
```toml
7-
graphannis = "3.3.1"
7+
graphannis = "3.3.3"
88
```
99

1010
## API documentation

graphannis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
name = "graphannis"
88
readme = "../README.md"
99
repository = "https://github.com/korpling/graphANNIS"
10-
version = "3.3.1"
10+
version = "3.3.3"
1111

1212
[lib]
1313
crate-type = ["lib"]

webservice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0"
66
name = "graphannis-webservice"
77
readme = "crate-info.md"
88
repository = "https://github.com/korpling/graphANNIS"
9-
version = "3.3.1"
9+
version = "3.3.3"
1010

1111
[dependencies]
1212
actix-cors = "0.6"

0 commit comments

Comments
 (0)