From a1d04f7f76c4499e9e8be156c130df6b31fcd60c Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sun, 25 Jan 2015 21:28:35 +0100 Subject: [PATCH] Prepare release 0.3.1 --- CHANGES.md | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index cccacba..70d7f63 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ Poodinis Changelog ================== +**Version 0.3.1** +* FIX issue where autowiring members which are declared by interface or supertype would get autowired incorrectly. + **Version 0.3.0** * ADD alternative workaround to readme for autowire limitation * CHANGE returning of resolved instances by returning them by qualifier type instead diff --git a/README.md b/README.md index 391d699..0c2f348 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Poodinis Dependency Injection Framework ======================================= -Version 0.3.0 +Version 0.3.1 Copyright 2014 Mike Bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)