Skip to content

Commit

Permalink
"0.6.0a1" for alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Oct 3, 2023
1 parent 7e63d90 commit 239d110
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Add PipestatBoss wrapper class which holds `SamplePipestatManager` and `ProjectSamplePipestatManager` classes.
- Add `to_dict` methods to parsed schema object.

### Fixed
- Added path expansion when creating database url

### Changed
- modify `get_records` to return new structure
- Remove `get_orm` and replace with `get_model`
- Remove `get_table_name` function
- Refactor:
- `sample_name` -> `record_identifier`

## [0.5.2] - 2023-08-14
### Fixed
- Added path expansion when creating database url

## [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.5.4a1"
__version__ = "0.6.0a1"

0 comments on commit 239d110

Please sign in to comment.