From 458fe995adac6601bf61f68e3e11d253aecb218a Mon Sep 17 00:00:00 2001 From: Diogo Sousa Date: Wed, 20 Dec 2023 23:46:19 +0000 Subject: [PATCH] Release v0.1.0. --- Cargo.lock | 2 +- Cargo.toml | 2 +- release-notes.md | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d3bb16..4bad25d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,7 +58,7 @@ checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" [[package]] name = "brewfatherlog" -version = "0.1.0-pre" +version = "0.1.0" dependencies = [ "dirs", "log", diff --git a/Cargo.toml b/Cargo.toml index 2d21ecb..c577039 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.0-pre" +version = "0.1.0" authors = ["Diogo Sousa "] edition = "2021" diff --git a/release-notes.md b/release-notes.md index f058772..ee53482 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,9 @@ # Release notes +## 0.1.0 + +* First usable release. + ## 0.0.0 * Basic implementation of the functionality.