Skip to content

Commit 73438a0

Browse files
authored
Bump Version 0.1.0 (#1463)
1 parent e27c0ea commit 73438a0

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323

2424
- ...
2525

26+
## [0.1.0](https://github.com/SuperDuperDB/superduperdb/compare/0.0.20...0.1.0]) (2023-Dec-05)
27+
28+
#### Changed defaults / behaviours
29+
30+
- ...
31+
32+
#### New Features & Functionality
33+
34+
- Introduced Chinese version of README
35+
36+
37+
#### Bug Fixes
38+
39+
- Updated paths for docker-compose.
40+
2641

2742
## [0.0.20](https://github.com/SuperDuperDB/superduperdb/compare/0.0.10...0.0.20]) (2023-Dec-04)
2843

VERSION

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

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.20'
12+
__version__ = '0.1.0'
1313

1414
from superduperdb.backends import ibis, mongodb
1515

0 commit comments

Comments
 (0)