From d772d419608c89a85880011413a1a208bcffe38f Mon Sep 17 00:00:00 2001 From: Donald Campbell <125581724+donaldcampbelljr@users.noreply.github.com> Date: Tue, 6 Aug 2024 14:00:19 -0400 Subject: [PATCH] v0.10.1 changes --- docs/changelog.md | 5 +++++ pipestat/_version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index f541b0e3..520e76f8 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format. +## [0.10.1] - 2024-08-06 +### Fixed +- add pipestat summarize and link for pephub backend + + ## [0.10.0] - 2024-07-18 ### Fixed - allow for bool or boolean in schema [#189](https://github.com/pepkit/pipestat/issues/189) diff --git a/pipestat/_version.py b/pipestat/_version.py index 61fb31ca..1f4c4d43 100644 --- a/pipestat/_version.py +++ b/pipestat/_version.py @@ -1 +1 @@ -__version__ = "0.10.0" +__version__ = "0.10.1"