Skip to content
Snippets Groups Projects
Commit cb50167c authored by Björn Ludwig's avatar Björn Ludwig
Browse files

0.7.0

Automatically generated by python-semantic-release
parent 6e0f2333
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,19 @@
<!--next-version-placeholder-->
## v0.7.0 (2023-01-21)
### Feature
* **dataset:** Reintroduce strict hash checking, which can optionally be skipped ([`43360eb`](https://github.com/PTB-M4D/zema_emc_annotated/commit/43360eb405aafc468c3d4bd15794e95873c58ccc))
* **data_types:** Introduce one aggregated data type to specify the sample size of extracted data ([`b90af83`](https://github.com/PTB-M4D/zema_emc_annotated/commit/b90af8311a5c7a297e49b5dd10597bd2e77438b7))
### Fix
* **CITATION.cff:** Fix syntax and include more metadata ([`ea274a7`](https://github.com/PTB-M4D/zema_emc_annotated/commit/ea274a789f68cc574e95593e88f5a63a7151b74e))
### Documentation
* **dataset:** Improve docstring of ZeMASamples ([`e06e793`](https://github.com/PTB-M4D/zema_emc_annotated/commit/e06e7938bb336701446b53466260df3fc81e5fba))
**[See all commits in this version](https://github.com/PTB-M4D/zema_emc_annotated/compare/v0.6.0...v0.7.0)**
## v0.6.0 (2023-01-21)
### Feature
* **DOI:** Introduce DOI into metadata and README badge ([`9e183e1`](https://github.com/PTB-M4D/zema_emc_annotated/commit/9e183e19d08f36b4116bcaf4797f0d669932a288))
......
......@@ -42,7 +42,7 @@ keywords:
- Horizon 2020
- EMPIR
license: MIT
version: 0.6.0
version: 0.7.0
identifiers:
- description: >-
This is the general DOI to cite all versions of the software. To cite a specific
......
......@@ -151,7 +151,7 @@ author = "B. Ludwig"
# built documents.K
#
# The short X.Y version.
version = "0.6.0"
version = "0.7.0"
# The full version, including alpha/beta/rc tags.
# release = "1.3.1"
......
......@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "zema_emc_annotated"
version = "0.6.0"
version = "0.7.0"
description = "API to the annotated ZeMA dataset about an electro-mechanical cylinder"
authors = [
"Bjoern Ludwig <bjoern.ludwig@ptb.de>",
......
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