Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskrause committed Oct 31, 2023
1 parent 8f6e662 commit f9aa337
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.4.8] - 2023-10-31

### Fixed

- Do not output document nodes in `find` query when using quirks mode and
Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
cff-version: 2.4.7
cff-version: 2.4.8
message: If you use this software, please cite it as below.
authors:
- family-names: Krause
given-names: Thomas
orcid: https://orcid.org/0000-0003-3731-2422
affiliation: Humboldt-Universität zu Berlin
title: graphANNIS
version: 2.4.7
date-released: 2023-10-23
version: 2.4.8
date-released: 2023-10-31
doi: 10.5281/zenodo.2598164
references:
- type: thesis
Expand Down
2 changes: 1 addition & 1 deletion capi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "graphannis-capi"
readme = "crate-info.md"
repository = "https://github.com/korpling/graphANNIS"
version = "2.4.7"
version = "2.4.8"

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

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

[lib]

Expand Down
2 changes: 1 addition & 1 deletion docs/src/embed-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

## API documentation
Expand Down
2 changes: 1 addition & 1 deletion graphannis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
name = "graphannis"
readme = "../README.md"
repository = "https://github.com/korpling/graphANNIS"
version = "2.4.7"
version = "2.4.8"

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

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

0 comments on commit f9aa337

Please sign in to comment.