From cb323f3efe6a5651258a2ecfe60fc517df0601d1 Mon Sep 17 00:00:00 2001 From: CDrummond Date: Sat, 21 May 2022 10:04:10 +0100 Subject: [PATCH] Increment version --- Cargo.toml | 2 +- ChangeLog | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c00375..0eee323 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bliss-analyser" -version = "0.2.0" +version = "0.2.1" authors = ["Craig Drummond "] edition = "2018" license = "GPL-3.0-only" diff --git a/ChangeLog b/ChangeLog index eb783d1..182128b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +0.2.1 +----- +1. Update version of tag reader library. + 0.2.0 ----- 1. Tidy up code, thanks to Serial-ATA