Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskrause committed Apr 22, 2024
1 parent fb658c0 commit 20c2e44
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.2] - 2024-04-22

### Fixed

- Fix offset and limitation issue when multiple corpora are selected. After a
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Expand Up @@ -6,8 +6,8 @@ authors:
orcid: https://orcid.org/0000-0003-3731-2422
affiliation: Humboldt-Universität zu Berlin
title: graphANNIS
version: 3.2.1
date-released: 2024-03-25
version: 3.2.2
date-released: 2024-04-22
doi: 10.5281/zenodo.2598164
references:
- type: thesis
Expand Down
2 changes: 1 addition & 1 deletion capi/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "graphannis-capi"
readme = "crate-info.md"
repository = "https://github.com/korpling/graphANNIS"
version = "3.2.1"
version = "3.2.2"

[lib]
crate-type = ["staticlib", "cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
name = "graphannis-cli"
readme = "crate-info.md"
repository = "https://github.com/korpling/graphANNIS"
version = "3.2.1"
version = "3.2.2"

[dependencies]
anyhow = "1"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "graphannis-core"
readme = "crate-info.md"
repository = "https://github.com/korpling/graphANNIS"
version = "3.2.1"
version = "3.2.2"

[lib]

Expand Down
2 changes: 1 addition & 1 deletion docs/src/embed-rust.md
Expand Up @@ -4,7 +4,7 @@

Add a dependency to graphANNIS in you `Cargo.toml` file:
```toml
graphannis = "3.2.1"
graphannis = "3.2.2"
```

## API documentation
Expand Down
2 changes: 1 addition & 1 deletion graphannis/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
name = "graphannis"
readme = "../README.md"
repository = "https://github.com/korpling/graphANNIS"
version = "3.2.1"
version = "3.2.2"

[lib]
crate-type = ["lib"]
Expand Down
2 changes: 1 addition & 1 deletion webservice/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "graphannis-webservice"
readme = "crate-info.md"
repository = "https://github.com/korpling/graphANNIS"
version = "3.2.1"
version = "3.2.2"

[dependencies]
actix-cors = "0.6"
Expand Down

0 comments on commit 20c2e44

Please sign in to comment.