Skip to content

Commit

Permalink
Prepare version 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Bierlee committed Jun 16, 2024
1 parent d2d4184 commit 5c99135
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Poodinis Changelog

**Version 9.0.1** (17-06-2024)

- FIX compilation issue with Vibe.d RestInterface (#46) (Thanks to @vnayar for the fix)

**Version 9.0.0** (13-03-2023)
This version is only compatible with DMD 2.086.1 or higher (compatible) compilers.

Expand Down Expand Up @@ -39,7 +43,7 @@ This version is only compatible with DMD 2.086.1 or higher (compatible) compiler

**Version 8.0.2** (15-04-2018)

- FIX resolving types which use template types with circular type arguments (Thanks to aruthane for fixing this.)
- FIX resolving types which use template types with circular type arguments (Thanks to @aruthane for fixing this.)

**Version 8.0.1** (13-08-2017)

Expand Down Expand Up @@ -72,7 +76,7 @@ This version introduces changes which might be incompatible with your current co

**Version 6.3.0** (27-06-2016)

- CHANGE registration and resolve options to be supplied using bit flags instead. (Thanks to tmccombs)
- CHANGE registration and resolve options to be supplied using bit flags instead. (Thanks to @tmccombs)
- DEPRECATE all other forms of supplying registration and resolve options (by array or variadics)

**Version 6.2.0** (10-04-2016)
Expand All @@ -87,7 +91,7 @@ This version introduces changes which might be incompatible with your current co
- DEPRECATE supplying register()'s registration options as variadic arguments. Use register(SuperType, ConcreteType)(RegistrationOption[]) instead.
- ADD resolve options to container resolve()
- ADD ability to register a type while resolving it. Use resolve option registerBeforeResolving
- ADD ability to autowire private fields (Thanks to Extrawurst)
- ADD ability to autowire private fields (Thanks to @Extrawurst)
- FIX registration of application contexts with non-public members

**Version 6.0.0** (29-12-2015)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Poodinis Dependency Injection Framework

Version 9.0.0
Version 9.0.1
Copyright 2014-2024 Mike Bierlee
Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)

Expand Down

0 comments on commit 5c99135

Please sign in to comment.