Skip to content

Commit

Permalink
chore(main): release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 13, 2022
1 parent a20b980 commit 201be5d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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 = "xinject"
version = "1.0.2"
version = "1.1.0"
description = "Lazy dependency injection."
authors = ["Josh Orr <[email protected]>"]
packages = [{include = "xinject"}]
Expand Down

0 comments on commit 201be5d

Please sign in to comment.