From 408629304d1958dedc0b1356423091b0709cd8cf Mon Sep 17 00:00:00 2001 From: Ivan Trusov Date: Tue, 21 Mar 2023 13:32:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20prepare=200.8.10=20release=20(#7?= =?UTF-8?q?26)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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"