Skip to content

Commit e0f3c6b

Browse files
Prepare for 2.0.4
1 parent 99b889c commit e0f3c6b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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).

rodi/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.3"
1+
__version__ = "2.0.4"

0 commit comments

Comments
 (0)