From f8c961edb7f5227944b5e32be79bd0236d360bcd Mon Sep 17 00:00:00 2001 From: Matthew Stadelman Date: Mon, 4 Sep 2023 21:28:42 -0400 Subject: [PATCH] Update changelog and bump version to 0.6.1 --- CHANGELOG.md | 2 +- fitparser/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71eeddf..cf34aa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## HEAD +## v0.6.1 * Bump packaged FIT SDK version to 21.115.00 ## v0.6.0 diff --git a/fitparser/Cargo.toml b/fitparser/Cargo.toml index bdbfb56..c798625 100644 --- a/fitparser/Cargo.toml +++ b/fitparser/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "fitparser" -version = "0.6.0" +version = "0.6.1" authors = ["Matthew Stadelman "] -edition = "2018" +edition = "2021" description = "A utility to parse ANT .FIT files and allow their contents to be serialized with serde." license = "MIT" repository = "https://github.com/stadelmanma/fitparse-rs"