From 13d9ab15ef0c5a08eb67a66c1fdfeb04cf5fa9c6 Mon Sep 17 00:00:00 2001 From: Thomas Krause Date: Wed, 6 Mar 2019 11:57:56 +0100 Subject: [PATCH] (cargo-release) version 0.19.0 --- CHANGELOG.md | 2 +- CITATION.cff | 6 +++--- Cargo.toml | 2 +- docs/src/embed-java.md | 2 +- docs/src/embed-rust.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a8a0581..bbac54a96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CITATION.cff b/CITATION.cff index 49b0e8fb7..1727c021a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 9ab5ebc1a..09f66f14e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphannis" -version = "0.18.1" +version = "0.19.0" authors = ["Thomas Krause "] license = "Apache-2.0" diff --git a/docs/src/embed-java.md b/docs/src/embed-java.md index a3ef00ccd..af00b0774 100644 --- a/docs/src/embed-java.md +++ b/docs/src/embed-java.md @@ -9,7 +9,7 @@ If you are using Apache Maven as your build system, you can add a dependency to org.corpus-tools graphannis-api - INSERT_VERSION_HERE + 0.19.0 ``` diff --git a/docs/src/embed-rust.md b/docs/src/embed-rust.md index 97d8fea28..7cd5d5cce 100644 --- a/docs/src/embed-rust.md +++ b/docs/src/embed-rust.md @@ -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