From e3b12741f90f71395cc86b2c873e6d6d56a7ba97 Mon Sep 17 00:00:00 2001 From: Konstantin Kovshenin Date: Fri, 22 Sep 2023 11:21:27 +0100 Subject: [PATCH] Update changelog and release 0.10.8 --- CHANGELOG.md | 6 ++++++ sail/__version__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 171aeb9..7e37c97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## [0.10.8] - 2023-09-22 + +* Changed: Set the default Ubuntu image to 22.04 LTS +* Changed: Updated dependencies: fabric, requests, paramiko, packaging, pyyaml, click, tldextract +* Fixed: Some typos + ## [0.10.7] - 2023-03-17 * Added: New `sail domain export` and `sail domain import` commands diff --git a/sail/__version__.py b/sail/__version__.py index dac4533..a22d25e 100644 --- a/sail/__version__.py +++ b/sail/__version__.py @@ -1,6 +1,6 @@ __title__ = 'sail' __description__ = 'CLI tool to deploy and manage WordPress applications on DigitalOcean' -__version__ = '0.10.8-dev' +__version__ = '0.10.8' __author__ = 'Konstantin Kovshenin' __author_email__ = 'kovshenin@gmail.com' __url__ = 'https://sailed.io'