Skip to content

Commit

Permalink
Release 0.9.18
Browse files Browse the repository at this point in the history
  • Loading branch information
kovshenin committed Oct 26, 2021
1 parent 78ca12b commit f4360db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.9.18] - 2021-10-26

* Added: New `sail ssh run` command
* Added: New `apt` section for blueprints
* Added: New `site-verification.yaml` blueprint to add TXT records
Expand Down
2 changes: 1 addition & 1 deletion sail/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = 'sail'
__description__ = 'CLI tool to deploy and manage WordPress applications on DigitalOcean'
__version__ = '0.9.17'
__version__ = '0.9.18'
__author__ = 'Konstantin Kovshenin'
__author_email__ = '[email protected]'
__url__ = 'https://sailed.io'
Expand Down

0 comments on commit f4360db

Please sign in to comment.