From e9dbcb6d75562f69fea2e71f942449e347d56b29 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Mon, 23 Jun 2014 20:51:47 +0200 Subject: [PATCH] Prepare release 0.1.2 --- CHANGES.md | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1e6fb0c..f1cdd74 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ Poodinis Changelog ================== +**Version 0.1.2** +* ADD workaround for failing to autowire types registered by supertype or interface + **Version 0.1.1** * FIX: Also auto-wire members from base classes diff --git a/README.md b/README.md index 4b8c819..db96b6d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Poodinis Dependency Injection Framework ======================================= -Version 0.1.1 +Version 0.1.2 Copyright 2014 Mike bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)