Skip to content

Commit

Permalink
Updated version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jtc42 committed Jun 23, 2020
1 parent 395ffb6 commit 0541dc8
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
33 changes: 30 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,38 @@
# [0.6.5](https://github.com/labthings/python-labthings/compare/v0.6.4...v0.6.5) (2020-06-15)
# [0.6.6](https://github.com/labthings/python-labthings/compare/v0.6.5...v0.6.6) (2020-06-23)

* Added Flask config for custom JSON encoder ([395ffb6](https://github.com/labthings/python-labthings/commit/395ffb6))
* Added Flask responses proxy ([eeac929](https://github.com/labthings/python-labthings/commit/eeac929))
* Added proxy to flask current_app ([02e8773](https://github.com/labthings/python-labthings/commit/02e8773))
* Added proxy to flask url_for ([4c4390b](https://github.com/labthings/python-labthings/commit/4c4390b))
* Added semantic annotation support to view builder ([d4ecd46](https://github.com/labthings/python-labthings/commit/d4ecd46))
* Added W3C schema ([4119de5](https://github.com/labthings/python-labthings/commit/4119de5))
* Allow boolean values for "required". May be reverted at some point ([5c0ca64](https://github.com/labthings/python-labthings/commit/5c0ca64))
* Changed fast action message to debug ([d433092](https://github.com/labthings/python-labthings/commit/d433092))
* Deleted unused consumer submodule ([d7301cb](https://github.com/labthings/python-labthings/commit/d7301cb))
* Re-added semtype for 0.6.X compatibility ([7ad7b1b](https://github.com/labthings/python-labthings/commit/7ad7b1b))
* Rearranged socket handler ([ed4b8fe](https://github.com/labthings/python-labthings/commit/ed4b8fe))
* Removed automatic schema generator ([e948993](https://github.com/labthings/python-labthings/commit/e948993))
* Removed webthing mDNS record ([41fae69](https://github.com/labthings/python-labthings/commit/41fae69))
* Restored W3C TD compatibility ([e173b61](https://github.com/labthings/python-labthings/commit/e173b61))

## [0.6.5](https://github.com/labthings/python-labthings/compare/v0.6.4...v0.6.5) (2020-06-15)


* Updated dependencies
* Added decorator for including semantic @type in Thing Description ([44ef329](https://github.com/labthings/python-labthings/commit/44ef329))
* Added note on the purpose of build_action_schema ([752fd97](https://github.com/labthings/python-labthings/commit/752fd97))
* Bump apispec from 3.3.0 to 3.3.1 ([9bcea26](https://github.com/labthings/python-labthings/commit/9bcea26))
* Bump gevent from 20.5.1 to 20.5.2 ([f075827](https://github.com/labthings/python-labthings/commit/f075827))
* Bump gevent from 20.5.2 to 20.6.0 ([0b7dd18](https://github.com/labthings/python-labthings/commit/0b7dd18))
* Bump gevent from 20.6.0 to 20.6.1 ([5d25da2](https://github.com/labthings/python-labthings/commit/5d25da2))
* Bump marshmallow from 3.6.0 to 3.6.1 ([f943d21](https://github.com/labthings/python-labthings/commit/f943d21))
* Bump numpy from 1.18.4 to 1.18.5 ([1bb300f](https://github.com/labthings/python-labthings/commit/1bb300f))
* Bump pytest from 5.4.2 to 5.4.3 ([dc52e87](https://github.com/labthings/python-labthings/commit/dc52e87))
* Bump pytest-cov from 2.9.0 to 2.10.0 ([5d6dce6](https://github.com/labthings/python-labthings/commit/5d6dce6))
* Bump zeroconf from 0.26.2 to 0.27.0 ([a10851b](https://github.com/labthings/python-labthings/commit/a10851b))
* Bump zeroconf from 0.27.0 to 0.27.1 ([2bbff35](https://github.com/labthings/python-labthings/commit/2bbff35))
* Default to infinitely blocking locks ([1ee6afe](https://github.com/labthings/python-labthings/commit/1ee6afe))
* Started adding Mozilla semantic classes ([797388d](https://github.com/labthings/python-labthings/commit/797388d))
* Support semantic types in view builder ([84f1fd1](https://github.com/labthings/python-labthings/commit/84f1fd1))
* Updated version, dependencies, and changelog ([5bd5e98](https://github.com/labthings/python-labthings/commit/5bd5e98))


## [0.6.4](https://github.com/labthings/python-labthings/compare/v0.6.3...v0.6.4) (2020-05-28)
Expand Down
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 = "labthings"
version = "0.6.5"
version = "0.6.6"
description = "Python implementation of LabThings, based on the Flask microframework"
readme = "README.md"
repository = "https://github.com/labthings/python-labthings/"
Expand Down

0 comments on commit 0541dc8

Please sign in to comment.