Skip to content

Commit

Permalink
Add language support for 3.10! 🐍
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
scottzach1 committed Jun 12, 2024
1 parent 6e1a08e commit 7654312
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [v0.0.2] - 2024-06-12

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

## [v0.0.1] - 2024-06-04

Evaluate transitive Providers! ↩️
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-injection-framework"
version = "0.0.1"
version = "0.0.2"
description = "Another Python Dependency injector framework."
authors = ["Zac Scott <zac.scott11@gmail.com>"]
license = "BSD-3"
Expand Down

0 comments on commit 7654312

Please sign in to comment.