Skip to content

Commit 4086293

Browse files
🔖 prepare 0.8.10 release (#726)
1 parent f55b40a commit 4086293

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
**NOTE:** For CLI interfaces, we support SemVer approach. However, for API components we don't use SemVer as of now. This may lead to instability when using dbx API methods directly.
99

1010
[Please read through the Keep a Changelog (~5min)](https://keepachangelog.com/en/1.0.0/).
11-
## [UNRELEASED] - YYYY-MM-DD
11+
12+
13+
## [0.8.10] - 2023-03-21
14+
15+
16+
### Added
17+
- ✨ support for files bigger than 1MB in sync
1218

1319
## [0.8.9] - 2022-03-06
1420

@@ -22,9 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2228

2329
- 📌 switch from using `retry` to `tenacity`
2430

25-
### Added
26-
- ✨ support for files bigger than 1MB in sync
27-
2831
## [0.8.8] - 2022-02-22
2932

3033
# Fixed

dbx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.9"
1+
__version__ = "0.8.10"

0 commit comments

Comments
 (0)