Skip to content

Commit

Permalink
release: version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainweb committed Oct 11, 2020
1 parent ba23665 commit cfb829b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
==================

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cfb829b

Please sign in to comment.