Skip to content

Commit 33c7dcf

Browse files
committed
Bump version to v1.0.0-beta.3
1 parent 3fa5374 commit 33c7dcf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
version = "1.0"
3636

3737
# The full version, including alpha/beta/rc tags
38-
release = "1.0.0-beta.2"
38+
release = "1.0.0-beta.3"
3939

4040

4141
# -- General configuration ---------------------------------------------------

docs/releases.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
Version History
88
###############
99

10+
**1.0.0-beta.3 (2025-06-14)**
11+
12+
- **Enhancement**: Added `DependencyContainer.configure_default_container_name(...)` to support container isolation in parallel tests, even when application code uses a single shared container via `DependencyContainer.get_instance()`.
13+
- **Enhancement**: Added `DependencyContainer.clear_instances()` as a clean alternative to manually resetting `_instances` during test teardown.
14+
15+
`View release on GitHub <https://github.com/runemalm/py-dependency-injection/releases/tag/v1.0.0-beta.3>`_
16+
1017
**1.0.0-beta.2 (2025-06-09)**
1118

1219
- **Enhancement**: Constructor parameters with default values or `Optional[...]` are now supported without requiring explicit registration.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="py-dependency-injection",
9-
version="1.0.0-beta.2",
9+
version="1.0.0-beta.3",
1010
author="David Runemalm, 2025",
1111
author_email="david.runemalm@gmail.com",
1212
description="A dependency injection library for Python.",

0 commit comments

Comments
 (0)