From 231954fae5af5c8289ec725f548c0f7c685699db Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Mon, 19 Dec 2022 14:35:05 +0100 Subject: [PATCH] REL: Prepare release 0.10.0 --- CHANGELOG.md | 15 ++++----------- DEPENDENCIES.md | 2 +- src/doc/conf.py | 4 ++-- 3 files changed, 7 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf321619..02295dbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.10.0] - 2022-12-19 +(Florian Spreckelsen) ### Added @@ -13,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 A list of entity roles and names can be specified via the newly added `BUILD_FREE_SEARCH_ROLE_NAME_FACET_OPTIONS` build variable. See the docstring of `queryForm.initFreeSearch` for more information. +* [#188](https://gitlab.com/caosdb/caosdb-webui/-/issues/188) Properties can be + hidden/shown only for certain users/roles. * [#189](https://gitlab.com/caosdb/caosdb-webui/-/issues/189) The order in which the properties of (Records of) a RecordType are displayed can be configured. @@ -28,16 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 is pressed, when the autocompletion drop-down is not open, the query is being submitted. -### Deprecated - -### Removed - -### Fixed - -### Security - -### Documentation - ## [0.9.0] - 2022-11-02 (Florian Spreckelsen) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 9c6f7e4c..49d5f792 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -1,4 +1,4 @@ -* CaosDB Server 0.8.0 +* CaosDB Server 0.8.1 * Make 4.2.0 # Java Script Libraries (included in this repository) diff --git a/src/doc/conf.py b/src/doc/conf.py index 6050977e..9c8fb8b0 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.1' +version = '0.10.0' # The full version, including alpha/beta/rc tags -release = '0.9.1-SNAPSHOT' +release = '0.10.0' # -- General configuration --------------------------------------------------- -- GitLab