Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskrause committed Jan 14, 2025
1 parent 82dd9c7 commit 7f14da6
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 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]

## [3.6.0] - 2025-01-14

### Added

- `UpdateEvent` now implements `PartialEq` to make possible to compare changes.
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
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.5.1
date-released: 2024-09-25
version: 3.6.0
date-released: 2025-01-14
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 = "3.5.1"
version = "3.6.0"

[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 = "3.5.1"
version = "3.6.0"

[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 = "3.5.1"
version = "3.6.0"

[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 = "3.5.1"
graphannis = "3.6.0"
```

## 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 = "3.5.1"
version = "3.6.0"

[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 = "3.5.1"
version = "3.6.0"

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

0 comments on commit 7f14da6

Please sign in to comment.