Skip to content

Commit

Permalink
Release 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kovshenin committed Jan 14, 2022
1 parent 1d0d9c9 commit e0740d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

## [Unreleased]

## [0.10.4] - 2022-01-14

* Added: New `sail rebuild` command to re-provision a fresh environment on the same host
* Added: New `sail db reset-password` command to reset the database credentials and update wp-config.php
* Added: A `sail db import` will attempt an atomic import via a temporary table, will fix non-standard table prefixes, use `--partial` to override
* Changed: Set the WordPress admin_user to the first part of the provided e-mail, to prevent leaking the full e-mail address
* Changed: Removed syslog configuration from Nginx for better performance
* Changed: Updated `sail logs` to work with default Nginx access/error logs in addition to journald
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.10.4-beta1'
__version__ = '0.10.4'
__author__ = 'Konstantin Kovshenin'
__author_email__ = 'kovshenin@gmail.com'
__url__ = 'https://sailed.io'
Expand Down

0 comments on commit e0740d2

Please sign in to comment.