Skip to content
Snippets Groups Projects
Commit 231954fa authored by florian's avatar florian
Browse files

REL: Prepare release 0.10.0

parent e136fb01
No related branches found
No related tags found
1 merge request!89Release v0.10.0
Pipeline #31937 passed
...@@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file. ...@@ -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/), 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] ## [0.10.0] - 2022-12-19
(Florian Spreckelsen)
### Added ### Added
...@@ -13,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -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 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 `BUILD_FREE_SEARCH_ROLE_NAME_FACET_OPTIONS` build variable. See the docstring
of `queryForm.initFreeSearch` for more information. 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 * [#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. 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 ...@@ -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 is pressed, when the autocompletion drop-down is not open, the query is being
submitted. submitted.
### Deprecated
### Removed
### Fixed
### Security
### Documentation
## [0.9.0] - 2022-11-02 ## [0.9.0] - 2022-11-02
(Florian Spreckelsen) (Florian Spreckelsen)
......
* CaosDB Server 0.8.0 * CaosDB Server 0.8.1
* Make 4.2.0 * Make 4.2.0
# Java Script Libraries (included in this repository) # Java Script Libraries (included in this repository)
......
...@@ -26,9 +26,9 @@ copyright = '2022, IndiScale GmbH' ...@@ -26,9 +26,9 @@ copyright = '2022, IndiScale GmbH'
author = 'Daniel Hornung' author = 'Daniel Hornung'
# The short X.Y version # The short X.Y version
version = '0.9.1' version = '0.10.0'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.9.1-SNAPSHOT' release = '0.10.0'
# -- 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