diff --git a/CHANGELOG.md b/CHANGELOG.md index 249f8186a7ec7560b03a033d1c94083e2fbf80ca..5b65520628d7717304c2ae7a999476e922bf212b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.8.0] - 2022-07-12 +(Timm Fitschen) ### Added diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index ba9de363576a963eb9696baf3244c06559279bce..0f380b923c39129a7f29e380436857a3e9c6d8f6 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -12,7 +12,7 @@ ## For Deploying a Web User Interface (optional) -* `>=caosdb-webui 0.6.0` +* `>=caosdb-webui 0.8.0` ## For Building the Documentation (optional) diff --git a/FEATURES.md b/FEATURES.md index 9cad165e562bcb55bb1b18f14ee3c5b55d328ba8..485172f0dd8c930e36a7c216d0d8a9dd7e8086f3 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -12,7 +12,7 @@ (caosdb.entity.v1.Query) in a single transaction. The server throws an error if it finds more than one query. * Legacy XML/HTTP API (Deprecated) -* Deployment of caosdb-webui (>=v0.4.1) +* Deployment of caosdb-webui (>=0.8.0) * Server-side Scripting API (v0.1) * CaosDB Query Language Processor * CaosDB FileSystem diff --git a/caosdb-webui b/caosdb-webui index 86dc30e3526f2eab97de5dcd53c8eaa12c0e42e6..e719e10b90594a158e704863611b7ab9b0440f80 160000 --- a/caosdb-webui +++ b/caosdb-webui @@ -1 +1 @@ -Subproject commit 86dc30e3526f2eab97de5dcd53c8eaa12c0e42e6 +Subproject commit e719e10b90594a158e704863611b7ab9b0440f80 diff --git a/pom.xml b/pom.xml index 733a5b4ca3c741fef0d611885327545eee8c0129..8152f45b61e19170a2485b6fc7b288ea97add347 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.caosdb</groupId> <artifactId>caosdb-server</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> <packaging>jar</packaging> <name>CaosDB Server</name> <scm> diff --git a/src/doc/conf.py b/src/doc/conf.py index ba98f7e554816f858f5664c084c20bc1b33167de..181ff4fba5e5766416bf545d5c9001b44b10122c 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -27,7 +27,7 @@ author = 'Daniel Hornung' # The short X.Y version version = '0.8.0' # The full version, including alpha/beta/rc tags -release = '0.8.0-SNAPSHOT' +release = '0.8.0' # -- General configuration ---------------------------------------------------