diff --git a/Cargo.lock b/Cargo.lock index 96e5e36..bf1574d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,7 +58,7 @@ checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" [[package]] name = "brewfatherlog" -version = "0.1.1-pre" +version = "0.1.1" dependencies = [ "dirs", "log", diff --git a/Cargo.toml b/Cargo.toml index 11f3dfe..b1cfed4 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.1-pre" +version = "0.1.1" authors = ["Diogo Sousa "] edition = "2021" diff --git a/release-notes.md b/release-notes.md index ee53482..e333c08 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,9 @@ # Release notes +## 0.1.1 + +* Better error handling when there's no temperature records. + ## 0.1.0 * First usable release.