File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.0.4] - 2023-10-28 :dragon :
9+ - Fixes bug in Singleton implementation: stop singleton provider from recreating
10+ objects implementing ` __len__ ` , by [ Klavionik] ( https://github.com/Klavionik )
11+
812## [ 2.0.3] - 2023-08-14 :sun_with_face :
913- Checks ` scoped_services ` before resolving from map when in a scope, by [ StummeJ] ( https://github.com/StummeJ ) .
1014- Allow getting from scope context without needing to provide scope, by [ StummeJ] ( https://github.com/StummeJ ) .
Original file line number Diff line number Diff line change 1- __version__ = "2.0.3 "
1+ __version__ = "2.0.4 "
You can’t perform that action at this time.
0 commit comments