Skip to content

Commit

Permalink
🔖 prepare 0.8.10 release (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
renardeinside authored Mar 21, 2023
1 parent f55b40a commit 4086293
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
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"

0 comments on commit 4086293

Please sign in to comment.