Skip to content

Commit

Permalink
Bump new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Bierlee committed Mar 13, 2023
1 parent a129e6c commit 33b9410
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit 33b9410

Please sign in to comment.