From ed2d45f093a52b43ce926f8ebfd45ced574dd8fa Mon Sep 17 00:00:00 2001 From: renardeinside Date: Tue, 21 Mar 2023 11:22:09 +0100 Subject: [PATCH] prepare release --- CHANGELOG.md | 11 +++++++---- dbx/__init__.py | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e360b92f..c4d16203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/dbx/__init__.py b/dbx/__init__.py index 8d8e3b77..e0ebe2b0 100644 --- a/dbx/__init__.py +++ b/dbx/__init__.py @@ -1 +1 @@ -__version__ = "0.8.9" +__version__ = "0.8.10"