Skip to content

Commit 0541dc8

Browse files
committed
Updated version and changelog
1 parent 395ffb6 commit 0541dc8

File tree

2 files changed

+31
-4
lines changed

2 files changed

+31
-4
lines changed

CHANGELOG.md

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,38 @@
1-
# [0.6.5](https://github.com/labthings/python-labthings/compare/v0.6.4...v0.6.5) (2020-06-15)
1+
# [0.6.6](https://github.com/labthings/python-labthings/compare/v0.6.5...v0.6.6) (2020-06-23)
2+
3+
* Added Flask config for custom JSON encoder ([395ffb6](https://github.com/labthings/python-labthings/commit/395ffb6))
4+
* Added Flask responses proxy ([eeac929](https://github.com/labthings/python-labthings/commit/eeac929))
5+
* Added proxy to flask current_app ([02e8773](https://github.com/labthings/python-labthings/commit/02e8773))
6+
* Added proxy to flask url_for ([4c4390b](https://github.com/labthings/python-labthings/commit/4c4390b))
7+
* Added semantic annotation support to view builder ([d4ecd46](https://github.com/labthings/python-labthings/commit/d4ecd46))
8+
* Added W3C schema ([4119de5](https://github.com/labthings/python-labthings/commit/4119de5))
9+
* Allow boolean values for "required". May be reverted at some point ([5c0ca64](https://github.com/labthings/python-labthings/commit/5c0ca64))
10+
* Changed fast action message to debug ([d433092](https://github.com/labthings/python-labthings/commit/d433092))
11+
* Deleted unused consumer submodule ([d7301cb](https://github.com/labthings/python-labthings/commit/d7301cb))
12+
* Re-added semtype for 0.6.X compatibility ([7ad7b1b](https://github.com/labthings/python-labthings/commit/7ad7b1b))
13+
* Rearranged socket handler ([ed4b8fe](https://github.com/labthings/python-labthings/commit/ed4b8fe))
14+
* Removed automatic schema generator ([e948993](https://github.com/labthings/python-labthings/commit/e948993))
15+
* Removed webthing mDNS record ([41fae69](https://github.com/labthings/python-labthings/commit/41fae69))
16+
* Restored W3C TD compatibility ([e173b61](https://github.com/labthings/python-labthings/commit/e173b61))
17+
18+
## [0.6.5](https://github.com/labthings/python-labthings/compare/v0.6.4...v0.6.5) (2020-06-15)
219

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

1037

1138
## [0.6.4](https://github.com/labthings/python-labthings/compare/v0.6.3...v0.6.4) (2020-05-28)

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 = "labthings"
3-
version = "0.6.5"
3+
version = "0.6.6"
44
description = "Python implementation of LabThings, based on the Flask microframework"
55
readme = "README.md"
66
repository = "https://github.com/labthings/python-labthings/"

0 commit comments

Comments
 (0)