Skip to content

Commit

Permalink
chore: bump to version 1.0.0b3
Browse files Browse the repository at this point in the history
  • Loading branch information
B4rtware committed Sep 18, 2020
1 parent 0b4e400 commit 683cb55
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v1.0.0b3 - (18.09.2020)

## 💌 Added
- (ff3c757fa3f2576a49cd869655e0622b80b7ea21): new error type NoWorkerFunctionError
- (81cad627cc9847327523428802eec57324eed1c5) **consumer**: list services will resolve a gateway and return options for each service
- (ce9cbb34133432e22315ae331db518eb69ca4d22) **work_consumer**: add tests for WorkConsumer abstract class

## ♻️ Changes
- (f986549f8a3fb9a97076dcd981a68d76fb73a796): expose register parameter to Service class constructor

## 🔨 Fixed
- (e1da287eec8f5792978ad8da22095714b3189fd2): dtaType not visible in eureka's metadata

# v1.0.0b2 - (17.09.2020)

## 💌 Added
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.0b2"
__version__ = "1.0.0b3"
3 changes: 2 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "morpho"
version = "1.0.0b2"
version = "1.0.0b3"
description = "A framework for microservice based document transformation."
authors = ["B4rtware <34386047+B4rtware@users.noreply.github.com>"]
license = "MIT"
Expand Down Expand Up @@ -32,7 +32,7 @@ regex = "^2020.6.7"

[tool.poetry.dev-dependencies]
black = "^19.10b0"
pylint = "^2.4.4"
pylint = "^2.6.0"
pyenchant = "^3.0.1"
Sphinx = "^3.0.1"
invoke = "^1.4.1"
Expand Down

0 comments on commit 683cb55

Please sign in to comment.