Skip to content

Commit 423e48d

Browse files
authored
Bump Version 0.0.20 (#1457)
1 parent 6618d3d commit 423e48d

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.0.19
1+
v0.0.20

superduperdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
logging = logger.Logging
1111

12-
__version__ = '0.0.19'
12+
__version__ = '0.0.20'
1313

1414
from superduperdb.backends import ibis, mongodb
1515

0 commit comments

Comments
 (0)