From 35ecd4bd9a44e406804d99dee79ffb8c96fb0705 Mon Sep 17 00:00:00 2001 From: Hayden Pierce Date: Sun, 14 Jul 2019 10:19:06 -0500 Subject: [PATCH] bump composer version; update change log --- composer.json | 2 +- docs/changelog.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 25460f6..b5bcc2b 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description" : "A library that can provide of a list of classes in a given namespace", "type": "library", "license": "MIT", - "version": "0.3.2", + "version": "0.3.3", "authors": [ { "name": "Hayden Pierce", diff --git a/docs/changelog.md b/docs/changelog.md index bde7449..409820e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,9 @@ +Version 0.3.3 +------------- + +* ([Original Merge Request](https://gitlab.com/hpierce1102/ClassFinder/merge_requests/12)) via ([Merge Request](https://gitlab.com/hpierce1102/ClassFinder/merge_requests/13)) Fixed a bug that caused an exception to be thrown when the `exec` function was disabled by PHP configuration - even when files support was explicitly disabled. Thanks, incraigulous. + + Version 0.3.2 -------------