Skip to content

Commit

Permalink
(cargo-release) version 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskrause committed Mar 6, 2019
1 parent fed83ce commit 13d9ab1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - ReleaseDate
## [0.19.0] - 2019-03-06

### Added

Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cff-version: 1.0.3
cff-version: 0.19.0
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
title: graphANNIS
version: 0.18.1
date-released: 2019-02-08
version: 0.19.0
date-released: 2019-03-06
references:
- type: thesis
title: "ANNIS: A graph-based query system for deeply annotated text corpora"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graphannis"
version = "0.18.1"
version = "0.19.0"
authors = ["Thomas Krause <[email protected]>"]

license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/embed-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you are using Apache Maven as your build system, you can add a dependency to
<dependency>
<groupId>org.corpus-tools</groupId>
<artifactId>graphannis-api</artifactId>
<version>INSERT_VERSION_HERE</version>
<version>0.19.0</version>
</dependency>
```

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 = "INSERT_VERSION_HERE"
graphannis = "0.19.0"
```

## API documentation
Expand Down

0 comments on commit 13d9ab1

Please sign in to comment.