summaryrefslogtreecommitdiffstats
path: root/python-di.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-di.spec')
-rw-r--r--python-di.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/python-di.spec b/python-di.spec
index f22e307..ee8ae09 100644
--- a/python-di.spec
+++ b/python-di.spec
@@ -4,7 +4,7 @@
%endif
Name: python-di
-Version: 0.2
+Version: 0.3
Release: 1%{?dist}
Summary: Python library for dependency injection support
@@ -52,6 +52,9 @@ rm -rf ${buildroot}%{python_sitelib}/setuptools/tests
%doc README COPYING
%changelog
+* Fri Mar 22 2013 Martin Sivak <msivak@euryale.brq.redhat.com> - 0.3-1
+- Rename the register method to _inject_
+
* Thu Dec 6 2012 Martin Sivak <msivak@euryale.brq.redhat.com> - 0.2-1
- DiRegistry support for accessing attributes of the decorated object