Skip to content

Commit 1f69681

Browse files
committed
chore: bump to version 1.0.0a4
1 parent 4e6d051 commit 1f69681

File tree

3 files changed

+19
-9
lines changed

3 files changed

+19
-9
lines changed

CHANGELOG.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,31 @@
1+
# v1.0.0a4 - (16.07.2020)
2+
3+
## 💌 Added
4+
- added(**examples**): gateway example to crypto (67da16e8d199df69bb95dda6c9b0d0de513b0a28)
5+
6+
## 🔨 Fixed
7+
- fixed(**consumer**): wrong dict convert function was used in transform pipe
8+
- fixed(**client**): wrong json convert function was used in transform pipe (a3e77a982cc9db1fb4551b174ae8fd327c189b39)
9+
110
# v1.0.0a3 - (10.06.2020)
211

3-
## Fixed
12+
## 🔨 Fixed
413
- fixed: worker signature allowing optional BaseModel (de07dde9c9670732b64db656dfe0956b98087209)
514
- fixed: supressed error which was raised by not converting the options dict to the options BaseModel (309e20e5c35a984de2aa972f1f2327bc268a440d)
615
- fixed: is_byte64_encoded variable still being used and caused crashes (d4498f37e2711cb588afcf6c83b945249b4283bd)
716

817
# v1.0.0a2 - (07.06.2020)
918

10-
## Added
19+
## 💌 Added
1120
- added: changelog
1221

13-
## Changed
22+
## ♻️ Changed
1423
- changed: temporarily remove grpcio depencdency until it is fully integrated
15-
- changed(examples): remove client examples which where based on grpcio
16-
## Fixed
17-
- fixed(client): pydantic conversion functions not being used
18-
- fixed(models): wrong type for options property
24+
- changed(**examples**): remove client examples which where based on grpcio
25+
26+
## 🔨 Fixed
27+
- fixed(**client**): pydantic conversion functions not being used
28+
- fixed(**models**): wrong type for options property
1929

2030
# v1.0.0a1 - (03.06.2020)
2131

morpho/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0a3"
1+
__version__ = "1.0.0a4"

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 = "morpho"
3-
version = "1.0.0a3"
3+
version = "1.0.0a4"
44
description = "Framework for document transformations as microservice based web services."
55
authors = ["B4rtware <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)