Skip to content
Snippets Groups Projects
Verified Commit 62851242 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

REL: prepare release 0.8.0

parent 973348c2
Branches
Tags
1 merge request!66REL: prepare release 0.8.0
Pipeline #25641 canceled
...@@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file. ...@@ -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/), 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). 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 ### Added
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
## For Deploying a Web User Interface (optional) ## For Deploying a Web User Interface (optional)
* `>=caosdb-webui 0.6.0` * `>=caosdb-webui 0.8.0`
## For Building the Documentation (optional) ## For Building the Documentation (optional)
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
(caosdb.entity.v1.Query) in a single transaction. The server throws an (caosdb.entity.v1.Query) in a single transaction. The server throws an
error if it finds more than one query. error if it finds more than one query.
* Legacy XML/HTTP API (Deprecated) * 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) * Server-side Scripting API (v0.1)
* CaosDB Query Language Processor * CaosDB Query Language Processor
* CaosDB FileSystem * CaosDB FileSystem
......
caosdb-webui @ e719e10b
Subproject commit 86dc30e3526f2eab97de5dcd53c8eaa12c0e42e6 Subproject commit e719e10b90594a158e704863611b7ab9b0440f80
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.caosdb</groupId> <groupId>org.caosdb</groupId>
<artifactId>caosdb-server</artifactId> <artifactId>caosdb-server</artifactId>
<version>0.8.0-SNAPSHOT</version> <version>0.8.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>CaosDB Server</name> <name>CaosDB Server</name>
<scm> <scm>
......
...@@ -27,7 +27,7 @@ author = 'Daniel Hornung' ...@@ -27,7 +27,7 @@ author = 'Daniel Hornung'
# The short X.Y version # The short X.Y version
version = '0.8.0' version = '0.8.0'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.8.0-SNAPSHOT' release = '0.8.0'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment