From 201be5dd428ce63fb58e20a22fc7972bf15574f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 19:43:29 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22c86ed..043e041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/xyngular/py-xinject/compare/v1.0.2...v1.1.0) (2022-12-13) + + +### Features + +* update deps. ([0c49054](https://github.com/xyngular/py-xinject/commit/0c49054de4f00e825234531c0b14ea9587d209da)) + + +### Bug Fixes + +* fixes a bug where if you activate a dependency before the thread-root context is created. ([0bb778c](https://github.com/xyngular/py-xinject/commit/0bb778c79a2a39b81041b7e848fb1a7a35f3fd08)) + ## [1.0.2](https://github.com/xyngular/py-xinject/compare/v1.0.1...v1.0.2) (2022-11-20) diff --git a/pyproject.toml b/pyproject.toml index 5c8f361..ce9ac41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xinject" -version = "1.0.2" +version = "1.1.0" description = "Lazy dependency injection." authors = ["Josh Orr "] packages = [{include = "xinject"}]