diff --git a/CHANGELOG.md b/CHANGELOG.md index 03ff87a6897853d6eccf929cbe81cf178fe8c451..198686f9b98c1bef0d5f2134d68db1ec896c0776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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] - 2023-? +## [0.11.0] - 2023-05-31 ### Added @@ -46,8 +46,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 `BUILD_MODULE_LEGACY_QUERY_FORM={ENABLED,DISABLED}`. To be removed when caosdb-webui-core-components are included into this webui permanently. -### Removed - ### Fixed * [#207](https://gitlab.com/caosdb/caosdb-webui/-/issues/207) - Error message @@ -57,8 +55,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * [#199](https://gitlab.com/caosdb/caosdb-webui/-/issues/199) - Linkify creates additional links after showing previews of referenced entities -### Security - ### Documentation * DOC: Extended documentation for Edit Mode. diff --git a/CITATION.cff b/CITATION.cff index 154773a55f4d9e070e81505287ccaf4669ecc2d9..07187347c3d7b020b270abe3e08bd91dda33fe08 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -20,6 +20,6 @@ authors: given-names: Stefan orcid: https://orcid.org/0000-0001-7214-8125 title: CaosDB - WebUI -version: 0.10.1 +version: 0.11.0 doi: 10.3390/data4020083 -date-released: 2023-02-14 +date-released: 2023-05-31 diff --git a/src/doc/conf.py b/src/doc/conf.py index 85a65a388efebafbd296b8f9d9f70ac072fa1984..0b092979a7dc8c501a439a280d179491e94db6fc 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -26,9 +26,9 @@ copyright = '2022, IndiScale GmbH' author = 'Daniel Hornung' # The short X.Y version -version = '0.10.2' +version = '0.11.0' # The full version, including alpha/beta/rc tags -release = '0.10.2-SNAPSHOT' +release = '0.11.0' # -- General configuration ---------------------------------------------------