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

Merge branch 'dev' into f-string-ids

parents a29e1609 3c2683b2
Branches f-string-ids
No related tags found
No related merge requests found
Pipeline #48918 failed
...@@ -17,12 +17,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -17,12 +17,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
### Security
## [0.12.2] - 2024-03-18
### Fixed
* Unknown error when trying to access the user list. * Unknown error when trying to access the user list.
[linkahead-server#250](https://gitlab.com/linkahead/linkahead-server/-/issues/250) [linkahead-server#250](https://gitlab.com/linkahead/linkahead-server/-/issues/250)
* Legacy integer ids are incremented by 1 again, not by 2. * Legacy integer ids are incremented by 1 again, not by 2.
### Security
## [0.12.1] - 2023-12-13 ## [0.12.1] - 2023-12-13
(Timm Fitschen) (Timm Fitschen)
......
...@@ -23,6 +23,6 @@ authors: ...@@ -23,6 +23,6 @@ authors:
given-names: Stefan given-names: Stefan
orcid: https://orcid.org/0000-0001-7214-8125 orcid: https://orcid.org/0000-0001-7214-8125
title: "CaosDB - Server" title: "CaosDB - Server"
version: 0.12.1 version: 0.12.2
doi: 10.3390/data4020083 doi: 10.3390/data4020083
date-released: 2023-12-13 date-released: 2024-03-18
...@@ -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.13.0-SNAPSHOT</version> <version>0.12.3-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>CaosDB Server</name> <name>CaosDB Server</name>
<scm> <scm>
......
...@@ -26,9 +26,9 @@ copyright = '2023, IndiScale GmbH' ...@@ -26,9 +26,9 @@ copyright = '2023, IndiScale GmbH'
author = 'Daniel Hornung, Timm Fitschen' author = 'Daniel Hornung, Timm Fitschen'
# The short X.Y version # The short X.Y version
version = '0.13.0' version = '0.12.3'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.13.0-dev' release = '0.12.3-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