diff --git a/CHANGELOG.md b/CHANGELOG.md index aa0418c345987ebcb03b0823ad1487d30334aef6..6dd9443f5c5674f3efd020d322635c9539899994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed (for changes in existing functionality) -- ext_references: names will be shown instead of file names if they exist ### Deprecated @@ -17,6 +16,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +### Security + +### Documentation + +## [0.9.0] - 2022-11-02 +(Florian Spreckelsen) + +### Changed (for changes in existing functionality) + +* ext_references: names will be shown instead of file names if they exist + +### Fixed + * Uncaught exception in dropdown menus of the edit mode when pressing arrow down or arrow up. * [#182](https://gitlab.com/caosdb/caosdb-webui/-/issues/182) - Quotes breake @@ -25,11 +37,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Missing latitude or longitude does no longer cause a problem when the element is on the current page -### Security - -### Documentation - - ## [0.8.0] - 2022-07-12 (Timm Fitschen) diff --git a/src/doc/conf.py b/src/doc/conf.py index e01e6786b8d890b6d02fc39bd1444ba2c52368d0..6050977e9f455b2dcdb9102e376d1839ae93c627 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.9.0' +version = '0.9.1' # The full version, including alpha/beta/rc tags -release = '0.9.0-SNAPSHOT' +release = '0.9.1-SNAPSHOT' # -- General configuration --------------------------------------------------- diff --git a/src/doc/extension/query_templates.rst b/src/doc/extension/query_templates.rst index 015d26a21fe20bc09dc97db9c7a3e7a1ca58a0b3..4e511ac9f91b26ffcda2674362b00070948c1bd2 100644 --- a/src/doc/extension/query_templates.rst +++ b/src/doc/extension/query_templates.rst @@ -192,7 +192,7 @@ The following example for the file global_query_shortcuts.json would create two { "description": "Show a table of Experiments for year: {year}", "query": "SELECT date, project, identifier FROM Record Experiment with date in {year}" - }, + } ] Data Model for User Query Templates