Skip to content

Commit

Permalink
Prepare 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainweb committed Jun 15, 2020
1 parent 1106d7a commit 2790f88
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@

0.4.0 / 2020-06-15
==================

* Exit instead of just warning if PHP or composer are not present
* Check and report if memory limit is not -1 (unlimited)
* Make sure we send a return code when the command fails
* Better handle errors when deleting an existing directory
* Generate renovate.json along with Drupal files
* Write config_sync_directory settings
* Minor changes in README for completeness
* Add README for init-gitlab
* Add VSCode workspace settings
* Add phpunit tooling for lando

0.3.0 / 2020-06-12
==================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="axl-template", # Replace with your own username
version="0.3.0",
version="0.4.0",
author="hussainweb",
author_email="[email protected]",
description="Scaffold a Drupal site template",
Expand Down

0 comments on commit 2790f88

Please sign in to comment.