Skip to content

Commit 8f9f1c9

Browse files
committed
(cargo-release) version {{version}}
1 parent 61ad27f commit 8f9f1c9

File tree

9 files changed

+11
-9
lines changed

9 files changed

+11
-9
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+
## [1.3.0] - 2021-09-20
9+
810
### Added
911

1012
- The webservice endpoint `/search/node-descriptions` now returns

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
cff-version: 1.2.2
1+
cff-version: 1.3.0
22
message: If you use this software, please cite it as below.
33
authors:
44
- family-names: Krause
55
given-names: Thomas
66
orcid: https://orcid.org/0000-0003-3731-2422
77
affiliation: Humboldt-Universität zu Berlin
88
title: graphANNIS
9-
version: 1.2.2
9+
version: 1.3.0
1010
date-released: 2021-09-20
1111
doi: 10.5281/zenodo.2598164
1212
references:

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 = "1.2.2"
9+
version = "1.3.0"
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 = "1.2.2"
10+
version = "1.3.0"
1111

1212
[dependencies]
1313
anyhow = "1"

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Thomas Krause <thomaskrause@posteo.de>"]
33
name = "graphannis-core"
4-
version = "1.2.2"
4+
version = "1.3.0"
55

66
description = "This crate supports graph representation and generic query-functionality."
77
edition = "2018"

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 = "1.2.2"
7+
graphannis = "1.3.0"
88
```
99

1010
## API documentation

examples/tutorial/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graphannis-tutorial"
3-
version = "1.2.2"
3+
version = "1.3.0"
44
authors = ["Thomas Krause <thomaskrause@posteo.de>"]
55
edition = "2018"
66
publish = false

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 = "crate-info.md"
99
repository = "https://github.com/korpling/graphANNIS"
10-
version = "1.2.2"
10+
version = "1.3.0"
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 = "1.2.2"
9+
version = "1.3.0"
1010

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

0 commit comments

Comments
 (0)