From 1551f9e0129bcb9a8b422d881e7efb3129eee1a9 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Mon, 6 Jul 2015 22:54:07 +0200 Subject: [PATCH] Prepare release 2.2.0 --- CHANGES.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 5462f7b..24f7b77 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ Poodinis Changelog ================== -**Next Release** +**Version 2.2.0** * ADD canonical package module "package.d". Use "import poodinis;" to import the project. * DEPRECATE module "dependency.d". Please use the canonical package module. See previous point. * ADD autowiring of dynamic arrays. All registered instances of the element type of the array will be assigned to it. diff --git a/README.md b/README.md index 56f60c5..c8ce41f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Poodinis Dependency Injection Framework ======================================= -Version 2.1.0 +Version 2.2.0 Copyright 2014-2015 Mike Bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)