Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-mucci committed May 3, 2021
1 parent 4457269 commit da93d33
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,11 @@ History
* EventModel and CommandModel reformat
* Added support for ModelRef in MinosModel
* Improved MinosConfig

0.0.5 (2021-05-03)
------------------

* Added PostgreSQL base class for pool connections support
* Added created_at column for Aggregate Event table
* Modified MinosConfig for Snapshot support
* Added database tables setup method
2 changes: 1 addition & 1 deletion minos/common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Minos framework can not be copied and/or distributed without the express permission of Clariteia SL.
"""

__version__ = "0.0.4"
__version__ = "0.0.5"

from .broker import (
Command,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
setup_requires=setup_requirements,
test_suite="tests",
tests_require=test_requirements,
version="0.0.4",
version="0.0.5",
zip_safe=False,
)

0 comments on commit da93d33

Please sign in to comment.