Skip to content

Commit

Permalink
chore: bump version to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed Nov 24, 2023
1 parent ce75a34 commit de71a93
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.5.4

### Fixed

- We now forwards function signature when accessing a callable via a deprecated registry name.
This is useful when registry.get("deprecated-name") is inspected.

## v0.5.3

### Changed
Expand Down
2 changes: 1 addition & 1 deletion confit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
)
from .autoreload import autoreload_plugin

__version__ = "0.5.3"
__version__ = "0.5.4"

autoreload_plugin()

0 comments on commit de71a93

Please sign in to comment.