File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
10
10
- Add PipestatBoss wrapper class which holds ` SamplePipestatManager ` and ` ProjectSamplePipestatManager ` classes.
11
11
- Add ` to_dict ` methods to parsed schema object.
12
12
13
+ ### Fixed
14
+ - Added path expansion when creating database url
15
+
13
16
### Changed
14
17
- modify ` get_records ` to return new structure
15
18
- Remove ` get_orm ` and replace with ` get_model `
16
19
- Remove ` get_table_name ` function
17
20
- Refactor:
18
21
- ` sample_name ` -> ` record_identifier `
19
22
20
- ## [ 0.5.2] - 2023-08-14
21
- ### Fixed
22
- - Added path expansion when creating database url
23
-
24
23
## [ 0.5.1] - 2023-08-14
25
24
### Fixed
26
25
Original file line number Diff line number Diff line change 1
- __version__ = "0.5.4a1 "
1
+ __version__ = "0.6.0a1 "
You can’t perform that action at this time.
0 commit comments