Skip to content

Commit

Permalink
Prepare 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yakimka committed Jan 5, 2025
1 parent 9d0bfa4 commit e3c49f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ We follow [Semantic Versions](https://semver.org/).

## Version next

## Version 0.31.0

- Breaking changes:
- argument `init_scope` of `init_dependencies` replaces with `dependecies` argument
- removed `use_init_hook` argument of `dependency` decorator
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "picodi"
description = "Simple Dependency Injection for Python"
version = "0.30.0"
version = "0.31.0"
license = "MIT"
authors = [
"yakimka"
Expand Down

0 comments on commit e3c49f3

Please sign in to comment.