Skip to content

Commit

Permalink
chore: bump to version 1.0.0a4
Browse files Browse the repository at this point in the history
  • Loading branch information
B4rtware committed Jul 16, 2020
1 parent 4e6d051 commit 1f69681
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
24 changes: 17 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,31 @@
# 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(**client**): wrong json convert function was used in transform pipe (a3e77a982cc9db1fb4551b174ae8fd327c189b39)

# v1.0.0a3 - (10.06.2020)

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

# v1.0.0a2 - (07.06.2020)

## Added
## 💌 Added
- added: changelog

## Changed
## ♻️ Changed
- changed: temporarily remove grpcio depencdency until it is fully integrated
- changed(examples): remove client examples which where based on grpcio
## Fixed
- fixed(client): pydantic conversion functions not being used
- fixed(models): wrong type for options property
- changed(**examples**): remove client examples which where based on grpcio

## 🔨 Fixed
- fixed(**client**): pydantic conversion functions not being used
- fixed(**models**): wrong type for options property

# v1.0.0a1 - (03.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.0a3"
__version__ = "1.0.0a4"
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.0a3"
version = "1.0.0a4"
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 1f69681

Please sign in to comment.