From cb50167cc042adb47637eaf2ba59a48382afca9f Mon Sep 17 00:00:00 2001
From: Bjoern Ludwig <bjoern.ludwig@ptb.de>
Date: Sat, 21 Jan 2023 15:43:41 +0000
Subject: [PATCH] 0.7.0

Automatically generated by python-semantic-release
---
 CHANGELOG.md   | 13 +++++++++++++
 CITATION.cff   |  2 +-
 docs/conf.py   |  2 +-
 pyproject.toml |  2 +-
 4 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 89ecbee..065849f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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))
diff --git a/CITATION.cff b/CITATION.cff
index d06691f..b86c5d1 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -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
diff --git a/docs/conf.py b/docs/conf.py
index 8fc029d..a36396c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -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"
 
diff --git a/pyproject.toml b/pyproject.toml
index c285373..631a9df 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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>",
-- 
GitLab