Skip to content

Commit

Permalink
update version and changelog for v0.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Oct 2, 2024
1 parent 41c5dc0 commit 1e554e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pipestat/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.2"
__version__ = "0.11.0"

0 comments on commit 1e554e9

Please sign in to comment.