Skip to content

Commit a0b6fb1

Browse files
author
Joel Collins
committed
0.8.0-rc.1
1 parent f57f513 commit a0b6fb1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [0.8.0-rc.1](https://github.com/labthings/python-labthings/compare/v0.8.0-beta.3...v0.8.0-rc.1) (2020-07-21)
2+
3+
4+
* Expanded documentation ([17d4f23](https://github.com/labthings/python-labthings/commit/17d4f23) [a4f3949](https://github.com/labthings/python-labthings/commit/a4f3949) [9d1aa13](https://github.com/labthings/python-labthings/commit/9d1aa13) [f57f513](https://github.com/labthings/python-labthings/commit/f57f513))
5+
* Fixed broken zeroconf registration ([1af31b4](https://github.com/labthings/python-labthings/commit/1af31b4))
6+
* Fixed legacy task view URL ([2e96bba](https://github.com/labthings/python-labthings/commit/2e96bba))
7+
* Fixed typo in __all__ ([3620a1e](https://github.com/labthings/python-labthings/commit/3620a1e))
8+
* Log caught werkzeug errors ([d1c28b2](https://github.com/labthings/python-labthings/commit/d1c28b2))
9+
* Refactored tasks.TaskThread to actions.ActionThread ([4325806](https://github.com/labthings/python-labthings/commit/4325806))
10+
11+
112
# [0.8.0-beta.3](https://github.com/labthings/python-labthings/compare/v0.8.0-beta.2...v0.8.0-beta.3) (2020-07-20)
213

314
* Started API documentation

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.8.0-beta.3"
3+
version = "0.8.0-rc.1"
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)