Prepare release 0.1.3

This commit is contained in:
Mike Bierlee 2014-07-13 17:34:44 +02:00
parent 50824b4e5c
commit 5ddcff7dcd
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
Poodinis Changelog Poodinis Changelog
================== ==================
**Version 0.1.3**
* ADD global autowire function for convinience
* CHANGE workaround to be more simple
* FIX autowiring classes which container non-symbolic declarations such as aliases. As a result, only variables are attempted to be autowired.
**Version 0.1.2** **Version 0.1.2**
* ADD workaround for failing to autowire types registered by supertype or interface * ADD workaround for failing to autowire types registered by supertype or interface

View file

@ -1,6 +1,6 @@
Poodinis Dependency Injection Framework Poodinis Dependency Injection Framework
======================================= =======================================
Version 0.1.2 Version 0.1.3
Copyright 2014 Mike Bierlee Copyright 2014 Mike Bierlee
Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt) Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)