From f8750836608f5b47b70237b3eda409b4e7b23dc6 Mon Sep 17 00:00:00 2001 From: Thomas Krause Date: Mon, 30 Oct 2023 19:52:24 +0100 Subject: [PATCH] chore: Release annis-web version 0.2.0 --- CHANGELOG.md | 2 ++ CITATION.cff | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a65b240..61b6aeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2023-10-30 + ### Fixed - Automatically create the SQLite file given with `--session-file` if it does diff --git a/CITATION.cff b/CITATION.cff index 7c001e6..61e38d5 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -15,5 +15,5 @@ authors: orcid: "https://orcid.org/0000-0003-3731-2422" repository-code: "https://github.com/korpling/annis-web" license: Apache-2.0 -version: 0.1.0 -date-released: "2023-10-24" +version: 0.2.0 +date-released: "2023-10-30" diff --git a/Cargo.lock b/Cargo.lock index 677fd76..90f9edb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -90,7 +90,7 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" [[package]] name = "annis-web" -version = "0.1.0" +version = "0.2.0" dependencies = [ "axum", "base64 0.21.5", diff --git a/Cargo.toml b/Cargo.toml index 9feaa99..8ae4de9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://github.com/korpling/annis-web/" license = "Apache-2.0" name = "annis-web" repository = "https://github.com/korpling/annis-web/" -version = "0.1.0" +version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html