Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔖 prepare 0.8.10 release #726

Merged
merged 1 commit into from
Mar 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -8,7 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
**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.

[Please read through the Keep a Changelog (~5min)](https://keepachangelog.com/en/1.0.0/).
## [UNRELEASED] - YYYY-MM-DD


## [0.8.10] - 2023-03-21


### Added
- ✨ support for files bigger than 1MB in sync

## [0.8.9] - 2022-03-06

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

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

### Added
- ✨ support for files bigger than 1MB in sync

## [0.8.8] - 2022-02-22

# Fixed
2 changes: 1 addition & 1 deletion dbx/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.9"
__version__ = "0.8.10"