Skip to content

Commit

Permalink
version bump 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
elcojacobs committed Apr 22, 2015
1 parent 0c70c69 commit 2312560
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/controller/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
#ifndef VERSION_H_
#define VERSION_H_

#define VERSION_STRING "0.2.9"
#define VERSION_STRING "0.2.10"

#endif /* VERSION_H_ */
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.10
### Bugfixes
I missed a test case in yesterday's release. Converting a temperature very close to a whole number (e.g. 20.998) converted 1 degree too high (22) due to erroneous rounding of an internal result. This releases fixes the bug and improves the unit tests to go through the entire temperature range to make sure it works.

## 0.2.9
This is a faster release in between our normal release schedule to fix some bugs that we thought were bad enough to warrant a hotfix release.

Expand Down

0 comments on commit 2312560

Please sign in to comment.