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

REL: initiate next release cycle

parent 233f3ce5
No related branches found
No related tags found
1 merge request!80Release 0.9
Pipeline #30552 passed
This commit is part of merge request !80. Comments created here will be created in the context of that merge request.
...@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file. ...@@ -5,6 +5,22 @@ 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]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
### Documentation
## [0.8.1] - 2022-11-07 ## [0.8.1] - 2022-11-07
(Timm Fitschen) (Timm Fitschen)
......
...@@ -43,5 +43,5 @@ guidelines of the CaosDB Project ...@@ -43,5 +43,5 @@ guidelines of the CaosDB Project
```md ```md
# Changelog # Changelog
[See full changelog](https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/blob/v0.7.3/CHANGELOG.md) [See full changelog](https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/blob/${TAG}/CHANGELOG.md)
``` ```
...@@ -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.1</version> <version>0.9.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>CaosDB Server</name> <name>CaosDB Server</name>
<scm> <scm>
......
...@@ -25,9 +25,9 @@ copyright = '2022, IndiScale GmbH' ...@@ -25,9 +25,9 @@ copyright = '2022, IndiScale GmbH'
author = 'Daniel Hornung, Timm Fitschen' author = 'Daniel Hornung, Timm Fitschen'
# The short X.Y version # The short X.Y version
version = '0.8.1' version = '0.9.0'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.8.1' release = '0.9.0-SNAPSHOT'
# -- 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