Skip to content

Commit

Permalink
Release v0.2.9: Improve perf, ignore log errors & update server URL
Browse files Browse the repository at this point in the history
  • Loading branch information
CAM-Gerlach committed Oct 23, 2020
1 parent 23e5bb9 commit 8b6f1fb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Sindri Changelog


## Version 0.2.9 (2020-10-23)

Maintenance release with the following changes:

* Improve performance of website generation
* Update default config to point to new server
* Ignore errors when parsing the sensor log file



## Version 0.2.8 (2020-05-15)

Bugfix release with the following changes:
Expand Down
2 changes: 1 addition & 1 deletion src/sindri/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version file."""

VERSION_INFO = (0, 2, 8)
VERSION_INFO = (0, 2, 9)
__version__ = '.'.join((str(version) for version in VERSION_INFO))

0 comments on commit 8b6f1fb

Please sign in to comment.