diff --git a/Cargo.lock b/Cargo.lock index 3c981e2..0a09d97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,7 +58,7 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "brewfatherlog" -version = "0.1.3-pre" +version = "0.1.3" dependencies = [ "dirs", "humantime", diff --git a/Cargo.toml b/Cargo.toml index 74726c4..76304cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "brewfatherlog" description = "Log temperatures from grainfather fermenters to brewfather" -version = "0.1.3-pre" +version = "0.1.3" authors = ["Diogo Sousa "] edition = "2021" diff --git a/release-notes.md b/release-notes.md index 78292d2..bb0332c 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,10 @@ # Release notes +## 0.1.3 + +* Log "no recent temperatures" as debug, to keep the logs short. +* Updated dependencies. + ## 0.1.2 * Better error logging.