File tree Expand file tree Collapse file tree 9 files changed +11
-9
lines changed
Expand file tree Collapse file tree 9 files changed +11
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- cff-version : 1.2.2
1+ cff-version : 1.3.0
22message : If you use this software, please cite it as below.
33authors :
44 - family-names : Krause
55 given-names : Thomas
66 orcid : https://orcid.org/0000-0003-3731-2422
77 affiliation : Humboldt-Universität zu Berlin
88title : graphANNIS
9- version : 1.2.2
9+ version : 1.3.0
1010date-released : 2021-09-20
1111doi : 10.5281/zenodo.2598164
1212references :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "Apache-2.0"
66name = " graphannis-capi"
77readme = " crate-info.md"
88repository = " https://github.com/korpling/graphANNIS"
9- version = " 1.2.2 "
9+ version = " 1.3.0 "
1010
1111[lib ]
1212crate-type = [" staticlib" , " cdylib" ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license = "Apache-2.0"
77name = " graphannis-cli"
88readme = " crate-info.md"
99repository = " https://github.com/korpling/graphANNIS"
10- version = " 1.2.2 "
10+ version = " 1.3.0 "
1111
1212[dependencies ]
1313anyhow = " 1"
Original file line number Diff line number Diff line change 11[package ]
22authors = [" Thomas Krause <thomaskrause@posteo.de>" ]
33name = " graphannis-core"
4- version = " 1.2.2 "
4+ version = " 1.3.0 "
55
66description = " This crate supports graph representation and generic query-functionality."
77edition = " 2018"
Original file line number Diff line number Diff line change 44
55Add 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
Original file line number Diff line number Diff line change 11[package ]
22name = " graphannis-tutorial"
3- version = " 1.2.2 "
3+ version = " 1.3.0 "
44authors = [" Thomas Krause <thomaskrause@posteo.de>" ]
55edition = " 2018"
66publish = false
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license = "Apache-2.0"
77name = " graphannis"
88readme = " crate-info.md"
99repository = " https://github.com/korpling/graphANNIS"
10- version = " 1.2.2 "
10+ version = " 1.3.0 "
1111
1212[lib ]
1313crate-type = [" lib" ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "Apache-2.0"
66name = " graphannis-webservice"
77readme = " crate-info.md"
88repository = " https://github.com/korpling/graphANNIS"
9- version = " 1.2.2 "
9+ version = " 1.3.0 "
1010
1111[dependencies ]
1212actix-cors = " 0.5"
You can’t perform that action at this time.
0 commit comments