From 75a5736838a7fd4fc58623fd23f1eda72bff9d2b Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Wed, 5 Mar 2025 14:30:12 +0100 Subject: [PATCH] DOC: Update changelog for release --- CHANGELOG.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0025265..f54c2a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.11.0] - 2025-03-05 ## ### Added ### @@ -46,10 +46,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 `True`) are now interpreted as empty strings in `converters.match_name_and_value` instead of being cast to string naïvely -### Deprecated ### - -### Removed ### - ### Fixed ### - `spss_to_datamodel` script works again. @@ -60,9 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 empty cell. This has been fixed by treating None and NA values in `converters.match_name_and_value` (see above). -### Security ### - ### Documentation ### + - Added documentation for ROCrateConverter, ELNFileConverter, and ROCrateEntityConverter ## [0.10.1] - 2024-11-13 ## -- GitLab