Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Dec 22, 2023
2 parents ede50e3 + 705c881 commit cd2a5ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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.6.0] - 2023-12-22
### Added
- `select_records`, which allows for a single API for selecting attributes (result_identifiers) given filter_conditions and/or columns
Expand Down Expand Up @@ -32,6 +33,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- `pipeline_type` has been removed from most functions.
- added optional dependencies for the database backend and pipestat reader, e.g. `pip install pipestat[dbbackend]`.

## [0.5.2] - 2023-11-30
### Fixed

- add jinja2 to requirements doc.

## [0.5.1] - 2023-08-14
### 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.6.0"
__version__ = "0.6.0"

0 comments on commit cd2a5ee

Please sign in to comment.