File tree Expand file tree Collapse file tree 3 files changed +33
-3
lines changed Expand file tree Collapse file tree 3 files changed +33
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
1414#### Changed defaults / behaviours
1515
16+ - ...
17+
18+ #### New Features & Functionality
19+
20+ - ...
21+
22+ #### Bug Fixes
23+
24+ - ...
25+
26+
27+ ## [ 0.0.20] ( https://github.com/SuperDuperDB/superduperdb/compare/0.0.10...0.0.20] ) (2023-Dec-04)
28+
29+ #### Changed defaults / behaviours
30+
31+ - Chop down large files from the history to reduce the size of the repo.
32+
33+ #### New Features & Functionality
34+
35+ - ...
36+
37+
38+ #### Bug Fixes
39+
40+ - ...
41+
42+
43+ ## [ 0.0.19] ( https://github.com/SuperDuperDB/superduperdb/compare/0.0.15...0.0.19] ) (2023-Dec-04)
44+
45+ #### Changed defaults / behaviours
46+
1647- Add Changelog for tracking changes on the repo. It must be filled before any PR.
1748- Remove ci-pinned-dependencies and replaced them with actions with better cache management.
1849- Change logging mechanism from the default to loguru
@@ -38,7 +69,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3869
3970- Added libgl libraries in Dockerfile to correctly render the video in notebooks.
4071
41-
4272
4373## [ 0.0.15] ( https://github.com/SuperDuperDB/superduperdb/compare/0.0.14...0.0.15] ) (2023-Nov-01)
4474
Original file line number Diff line number Diff line change 1- v0.0.19
1+ v0.0.20
Original file line number Diff line number Diff line change 99
1010logging = logger .Logging
1111
12- __version__ = '0.0.19 '
12+ __version__ = '0.0.20 '
1313
1414from superduperdb .backends import ibis , mongodb
1515
You can’t perform that action at this time.
0 commit comments