Skip to content

Commit 0399d49

Browse files
author
Sergio García Prado
committed
v0.5.4
1 parent 75af320 commit 0399d49

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

packages/core/minos-microservice-aggregate/HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,11 @@
8585
* Improve attribute and item accessors of `Ref`, `Event` and `FieldDiffContainer`
8686
* Deprecate `Event.get_one` in favor of `Event.get_field`.
8787
* Deprecate `Event.get_all` in favor of `Event.get_fields`.
88+
89+
0.5.4 (2022-03-07)
90+
------------------
91+
92+
* Fix bug related with `Ref.resolve`.
93+
* Add `RefResolver.build_topic_name` static method.
94+
* Remove `SnapshotService.__get_one__` method.
95+
* Minor changes.

packages/core/minos-microservice-aggregate/minos/aggregate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = "Minos Framework Devs"
22
__email__ = "[email protected]"
3-
__version__ = "0.5.3"
3+
__version__ = "0.5.4"
44

55
from .actions import (
66
Action,

packages/core/minos-microservice-aggregate/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "minos-microservice-aggregate"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
description = "The Aggregate pattern of the Minos Framework"
55
readme = "README.md"
66
repository = "https://github.com/minos-framework/minos-python"

0 commit comments

Comments
 (0)