Skip to content

Commit

Permalink
chore: bump to version 1.0.0a5
Browse files Browse the repository at this point in the history
  • Loading branch information
B4rtware committed Jul 16, 2020
1 parent 593377e commit 37b146c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# v1.0.0a5 - (16.07.2020)

## 🔨 Fixed
- fixed(**types**): make callable's worker BaseModel not optional (593377e57c2f3d447fa826c53c32d41b15fed3bb)

# v1.0.0a4 - (16.07.2020)

## 💌 Added
- added(**examples**): gateway example to crypto (67da16e8d199df69bb95dda6c9b0d0de513b0a28)

## 🔨 Fixed
- fixed(**consumer**): wrong dict convert function was used in transform pipe
- fixed(**consumer**): wrong dict convert function was used in transform pipe (5c96cab81c9c16c0584006e45bcf54ef80a7d595)
- fixed(**client**): wrong json convert function was used in transform pipe (a3e77a982cc9db1fb4551b174ae8fd327c189b39)

# v1.0.0a3 - (10.06.2020)
Expand Down
2 changes: 1 addition & 1 deletion morpho/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0a4"
__version__ = "1.0.0a5"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "morpho"
version = "1.0.0a4"
version = "1.0.0a5"
description = "Framework for document transformations as microservice based web services."
authors = ["B4rtware <34386047+B4rtware@users.noreply.github.com>"]
license = "MIT"
Expand Down

0 comments on commit 37b146c

Please sign in to comment.