mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Bump new version
This commit is contained in:
parent
a129e6c3f1
commit
33b9410354
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue