From 9ba91a6114c7fcd6d4d472200c0b267a820bbcee Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Wed, 24 Apr 2024 15:12:16 +0200 Subject: [PATCH] DOC: Update changelog for release --- CHANGELOG.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b8ee250..a6382f9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] ## +## [0.10.0] - 2024-04-24 ## ### Added ### @@ -19,8 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * `table_converter.to_table` now returns an empty DataFrame instead of raising a ValueError when called with an empty container. -### Deprecated ### - ### Removed ### * The deprecated `parent` keyword from the YAML datamodel specification. Use @@ -30,9 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### - Json schema exporter handles reference properties better. -- [#59](https://gitlab.com/linkahead/linkahead-advanced-user-tools/-/issues/59) `to_table` failed on lists as values. - -### Security ### +- [#59](https://gitlab.com/linkahead/linkahead-advanced-user-tools/-/issues/59) + `to_table` failed on lists as values. ### Documentation ### -- GitLab