Skip to content

Commit 7654312

Browse files
committedJun 12, 2024··
Add language support for 3.10! 🐍
## Added - Language support for Python 3.10 - Drop 3.12 generics syntax usage - Drop typing.Self usage - Add matrix testing for 3.10, 3.11, 3.12 versions ## Changed - Publish badges only on tags pipeline ## Fixed - Circular imports bug for wiring.intercept - Small documentation changes
1 parent 6e1a08e commit 7654312

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed
 

‎CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [v0.0.2] - 2024-06-12
9+
10+
Add language support for 3.10! 🐍
11+
12+
## Added
13+
14+
- Language support for Python 3.10
15+
- Drop 3.12 generics syntax usage
16+
- Drop typing.Self usage
17+
- Add matrix testing for 3.10, 3.11, 3.12 versions
18+
19+
## Changed
20+
21+
- Publish badges only on tags pipeline
22+
23+
## Fixed
24+
25+
- Circular imports bug for wiring.intercept
26+
- Small documentation changes
27+
828
## [v0.0.1] - 2024-06-04
929

1030
Evaluate transitive Providers! ↩️

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-injection-framework"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "Another Python Dependency injector framework."
55
authors = ["Zac Scott <zac.scott11@gmail.com>"]
66
license = "BSD-3"

0 commit comments

Comments
 (0)
Please sign in to comment.