Bump new version

This commit is contained in:
Mike Bierlee 2023-03-13 21:16:01 +03:00
parent a129e6c3f1
commit 33b9410354
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Poodinis Changelog
**Version 8.2.0** (??????)
**Version 8.2.0** (13-03-2023)
- FIX some dlang deprecation warnings (#43). Some remain due to further issues in dlang/phobos.
- ADD support for JSR330 @Inject attribute. It will be the preferred attribute from now on. However, @Autowire is not deprecated and will still work.

View file

@ -1,6 +1,6 @@
# Poodinis Dependency Injection Framework
Version 8.1.3
Version 8.2.0
Copyright 2014-2023 Mike Bierlee
Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)
@ -69,7 +69,7 @@ Dependency set-up can further be reduced by enabling "Register on resolve". For
## Documentation
You can find the public API documentation [here](https://poodinis.dpldocs.info/v8.1.3/index.html).
You can find the public API documentation [here](https://poodinis.dpldocs.info/v8.2.0/index.html).
Alternatively you can generate documentation from the source code using DUB: