From cfb829b231e34f9c1b8c53ba0ac4b57cf5c5da32 Mon Sep 17 00:00:00 2001 From: hw Date: Sat, 10 Oct 2020 23:24:29 -0400 Subject: [PATCH] release: version 0.5.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ setup.cfg | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e88d62..e0b6752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,25 @@ +0.5.0 / 2020-10-10 +================== + +* Merge pull request #38 from axelerant/modules +* refactor: use list comprehension +* feat: allow specifying composer packages and Drupal modules. Fixes #13 +* feat: conditionally add drupal optimizations only on composer 1. Fixes #37 +* feat: allow ComposerVersion objects to be printed +* fix: delete the correct path. Fixes #35 +* fix: ensure composer doesn't prompt for anything. Fixes #36 +* Merge pull request #34 from axelerant/composer-refactor +* refactor: move all composer related code into a utility class +* Merge pull request #33 from axelerant/rem-noinstall +* style: run black formatter +* feat: remove --no-install option. Fixes #23 +* Merge pull request #26 from mohit-rocks/main +* chore: use pep517 to build the package +* chore: move to declarative config for setuptools +* Create LICENSE +* Added changes to add uri options in drush.yml. + 0.4.5 / 2020-10-07 ================== diff --git a/setup.cfg b/setup.cfg index 69e9582..f457c2f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = axl-template -version = 0.4.5 +version = 0.5.0 description = Scaffold a Drupal site template long_description = file: README.md keywords = drupal