Skip to content

Commit 549ee09

Browse files
committed
chore: update release notes
1 parent 47c7d11 commit 549ee09

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,10 @@ You can find the source code for `py-dependency-injection` on [GitHub](https://g
9797

9898
### Latest: [1.0.0-rc.3](https://github.com/runemalm/py-dependency-injection/releases/tag/v1.0.0-rc.3) (2025-08-xx)
9999

100-
- **API polish:** Renamed `dependency``service`, `constructor_args``constructor_kwargs`, and `factory_args``factory_kwargs`; old keywords still work but emit deprecation warnings.
101-
- **Documentation**: Enabled copy button for code example blocks.
102-
- **Tooling**: Added test coverage tooling (Codecov).
103-
- **Tests**: Added more unit tests to increase coverage.
100+
- **API polish:** Renamed `dependency``service`, `constructor_args``constructor_kwargs`, and `factory_args``factory_kwargs`; Old names remain supported but now emit deprecation warnings.
101+
- **API**: Re-exported public symbols from the root package for cleaner imports.
102+
- **Docs**: Added copy-to-clipboard buttons on code examples.
103+
- **Tooling**: Integrated Codecov for test coverage reporting.
104+
- **Tests**: Expanded unit test suite to improve coverage.
104105

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

docs/releases.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ Version History
99

1010
**1.0.0-rc.3 (2025-08-xx)**
1111

12-
- **API polish:** Renamed `dependency` → `service`, `constructor_args` → `constructor_kwargs`, and `factory_args` → `factory_kwargs`; old keywords still work but emit deprecation warnings.
13-
- **Documentation**: Enabled copy button for code example blocks.
14-
- **Tooling**: Added test coverage tooling (Codecov).
15-
- **Tests**: Added more unit tests to increase coverage.
12+
- **API polish:** Renamed `dependency` → `service`, `constructor_args` → `constructor_kwargs`, and `factory_args` → `factory_kwargs`; Old names remain supported but now emit deprecation warnings.
13+
- **API**: Re-exported public symbols from the root package for cleaner imports.
14+
- **Docs**: Added copy-to-clipboard buttons on code examples.
15+
- **Tooling**: Integrated Codecov for test coverage reporting.
16+
- **Tests**: Expanded unit test suite to improve coverage.
1617

1718
`View release on GitHub <https://github.com/runemalm/py-dependency-injection/releases/tag/v1.0.0-rc.3>`_
1819

0 commit comments

Comments
 (0)