Skip to content

Commit 0915886

Browse files
committed
Make some minor changes.
1 parent 16c6610 commit 0915886

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ We follow the git flow model, documentation can be found here:
6868

6969
### Release Notes
7070

71+
#### [1.0.0-alpha.2](https://github.com/runemalm/py-dependency-injection/releases/tag/v1.0.0-alpha.2) (2024-03-xx)
72+
73+
- Python Version Support: Added support for Python versions 3.7, 3.9, 3.10, 3.11, and 3.12.
74+
7175
#### [1.0.0-alpha.1](https://github.com/runemalm/py-dependency-injection/releases/tag/v1.0.0-alpha.1) (2024-02-25)
7276

7377
- Initial alpha release.
@@ -76,7 +80,3 @@ We follow the git flow model, documentation can be found here:
7680
- Added Dependency Scopes: Define and manage the lifecycle of dependencies with support for different scopes.
7781
- Basic Documentation: An initial set of documentation is provided, giving users an introduction to the library.
7882
- License: Released under the GPL 3 license.
79-
80-
#### [1.0.0-alpha.2](https://github.com/runemalm/py-dependency-injection/releases/tag/v1.0.0-alpha.2) (2024-03-xx)
81-
82-
- Python Version Support: Added support for Python versions 3.7, 3.9, 3.10, 3.11, and 3.12.

docs/versionhistory.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Version history
33
###############
44

5+
**1.0.0-alpha.2 (2024-03-xx)**
6+
7+
- Python Version Support: Added support for Python versions 3.7, 3.9, 3.10, 3.11, and 3.12.
8+
9+
`View release on GitHub <https://github.com/runemalm/py-dependency-injection/releases/tag/v1.0.0-alpha.2>`_
10+
511
**1.0.0-alpha.1 (2024-02-25)**
612

713
- Initial alpha release.
@@ -12,9 +18,3 @@ Version history
1218
- License: Released under the GPL 3 license.
1319

1420
`View release on GitHub <https://github.com/runemalm/py-dependency-injection/releases/tag/v1.0.0-alpha.1>`_
15-
16-
**1.0.0-alpha.2 (2024-03-xx)**
17-
18-
- Python Version Support: Added support for Python versions 3.7, 3.9, 3.10, 3.11, and 3.12.
19-
20-
`View release on GitHub <https://github.com/runemalm/py-dependency-injection/releases/tag/v1.0.0-alpha.2>`_

0 commit comments

Comments
 (0)