Skip to content

Commit 5b46548

Browse files
committed
Move to rc1.
1 parent 4fcdc5a commit 5b46548

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,10 @@ For more advanced usage and examples, please visit our [readthedocs](https://py-
8888

8989
You can find the source code for `py-dependency-injection` on [GitHub](https://github.com/runemalm/py-dependency-injection).
9090

91-
9291
## Release Notes
9392

94-
### Latest: [1.0.0-beta.3](https://github.com/runemalm/py-dependency-injection/releases/tag/v1.0.0-beta.3) (2025-06-14)
93+
### Latest: [1.0.0-rc.1](https://github.com/runemalm/py-dependency-injection/releases/tag/v1.0.0-rc.1) (2025-06-22)
9594

96-
- **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()`.
97-
- **Enhancement**: Added `DependencyContainer.clear_instances()` as a clean alternative to manually resetting `_instances` during test teardown.
95+
- **Transition to Release Candidate**: This marks the first release candidate. The public API is now considered stable and ready for final validation before 1.0.0.
9896

9997
➡️ Full changelog: [GitHub Releases](https://github.com/runemalm/py-dependency-injection/releases)

docs/releases.rst

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

10+
**1.0.0-rc.1 (2025-06-22)**
11+
12+
- **Transition to Release Candidate**: This marks the first release candidate. The public API is now considered stable and ready for final validation before 1.0.0.
13+
14+
`View release on GitHub <https://github.com/runemalm/py-dependency-injection/releases/tag/v1.0.0-rc.1>`_
15+
1016
**1.0.0-beta.3 (2025-06-14)**
1117

1218
- **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()`.

src/dependency_injection/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0-beta.3"
1+
__version__ = "1.0.0-rc.1"

0 commit comments

Comments
 (0)