From 67ea3a82c940c4868b670cee76eb4543a8102f0e Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sun, 15 Feb 2015 14:49:13 +0100 Subject: [PATCH] Prepare development of version 1.0.0 --- CHANGES.md | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 70d7f63..80b6929 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ Poodinis Changelog ================== +**Version 1.0.0** +This version introduces changes which are incompatible with previous versions + **Version 0.3.1** * FIX issue where autowiring members which are declared by interface or supertype would get autowired incorrectly. diff --git a/README.md b/README.md index 82eb2a0..ad07e24 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Poodinis Dependency Injection Framework ======================================= -Version 0.3.1 +Version 1.0.0 Copyright 2014-2015 Mike Bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)