Skip to content

Commit

Permalink
update changelog and version for upcoming v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Jun 3, 2024
1 parent 743b26e commit 35fcb53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion 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.9.2] - 2024 -xx-xx
## [0.9.2] - 2024-06-24
### Changed
- User can override pipeline name via parameter or config file, otherwise look at output_schema, then fall back on default as last resort.
- Allow pipestat to proceed without creating a results file backend IF using "{record_identifier}" in the file path, helps address [Looper #471](https://github.com/pepkit/looper/issues/471)
- Reduce overall verbosity when creating backends

## [0.9.1] - 2024-04-24
### Fixed
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.9.2a1"
__version__ = "0.9.2"

0 comments on commit 35fcb53

Please sign in to comment.