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

REL: Begin next release cycle

parent cabe523d
No related branches found
No related tags found
1 merge request!91Release 0.3
Pipeline #30732 passed
......@@ -5,6 +5,30 @@ 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] ##
### Added ###
### Changed ###
- There are no DictXYElements any more. For example, DictTextElement is now
simply a TextElement. The behavior of the following classes changed:
- DictElementConverter (old: DictConverter) now can use "match" keywords. If
none are in the definition, the behavior is as before.
- TextElement used the 'match' keyword before, which was applied to the
value. This is will in future be applied to the key instead and is now
forbidden to used. Please use 'match_name' or 'match_value'.
### Deprecated ###
### Removed ###
### Fixed ###
### Security ###
### Documentation ###
## [0.2.0] - 2022-11-18 ##
(Florian Spreckelsen)
......@@ -20,21 +44,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
default. For example a DictIntegerElement is accepted by default instead of a
DictFloatElement. This behavior can be changed (see converter documentation).
**Note** This might lead to additional matches compared to previous versions.
- There are no DictXYElements any more. For example, DictTextElement is now
simply a TextElement. The behavior of the following classes changed:
- DictElementConverter (old: DictConverter) now can use "match" keywords. If
none are in the definition, the behavior is as before.
- TextElement used the 'match' keyword before, which was applied to the
value. This is will in future be applied to the key instead and is now
forbidden to used. Please use 'match_name' or 'match_value'.
- `_AbstractDictElementConverter` uses `re.DOTALL` for `match_value`
- The "fallback" parent, the name of the element in the cfood, is only used
- The "fallback" parent, the name of the element in the cfood, is only used
when the object is created and only if there are no parents given.
### Deprecated ###
### Removed ###
### Fixed ###
* [#31](https://gitlab.com/caosdb/caosdb-crawler/-/issues/31) Identified cache:
......@@ -46,8 +59,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
interpreted as integers and vice versa, there are defaults for allowing other
types and this can be changed per converter
### Security ###
## [0.1.0] - 2022-10-11
(Florian Spreckelsen)
......
[metadata]
name = caoscrawler
version = 0.2.0
version = 0.2.1
author = Alexander Schlemmer
author_email = alexander.schlemmer@ds.mpg.de
description = A new crawler for caosdb
......
......@@ -33,10 +33,10 @@ copyright = '2021, MPIDS'
author = 'Alexander Schlemmer'
# The short X.Y version
version = '0.2'
version = '0.2.1'
# The full version, including alpha/beta/rc tags
# release = '0.5.2-rc2'
release = '0.2'
release = '0.2.1-dev'
# -- General configuration ---------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment