diff --git a/docs/changelog.md b/docs/changelog.md index 72be1a27..ee426bf8 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,9 +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.11.0] - 2024-XX +## [0.11.0] - 2024-10-02 ### Fixed - for output schema, make samples an array type and nest under items [#204](https://github.com/pepkit/pipestat/issues/204) +- pipeline_name not setting correctly [#207](https://github.com/pepkit/pipestat/issues/207) +- bug with objects populating html report ## [0.10.2] - 2024-08-26 ### Fixed @@ -14,7 +16,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### 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) @@ -24,7 +25,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## Added - pephub backend [#125](https://github.com/pepkit/pipestat/issues/125) - ## [0.9.3] - 2024-06-06 ### Fixed - fixed regression with summarizing or creating a table via aggregate_results.yaml and "{record_identifier}" in the results file path diff --git a/pipestat/_version.py b/pipestat/_version.py index 17c1a626..ae6db5f1 100644 --- a/pipestat/_version.py +++ b/pipestat/_version.py @@ -1 +1 @@ -__version__ = "0.10.2" +__version__ = "0.11.0"