Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Jul 14, 2023
1 parent 12a8aa1 commit 25589a7
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.5
current_version = 1.0.0

[bumpversion:file:.bumpversion.cfg]

Expand Down
16 changes: 16 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
1.0.0 (2023-07-14)
==================

Features
--------

- Access to the context variable used to store the current extended Classes
returns None if no context is available. Previously the access to the context
throws an exception if no context was available.
- Calls to the classmethod "_get_assembled_cls" now raises RegistryNotInitializedError
if the registry is not initialized.
- The metadaclass now provides the method `_wrap_class_method`. This method
can be used to wrap class methods in a way that when the method is called
the logic is delegated to the aggregated class if it exists.


0.0.5 (2023-07-13)
==================

Expand Down
3 changes: 0 additions & 3 deletions news/.feature

This file was deleted.

2 changes: 0 additions & 2 deletions news/exceptions.feature

This file was deleted.

3 changes: 0 additions & 3 deletions news/refactor.feature

This file was deleted.

2 changes: 1 addition & 1 deletion src/extendable/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.5"
__version__ = "1.0.0"

0 comments on commit 25589a7

Please sign in to comment.