From 6a40236628ccd48a36a2c70eb12a1fb0707bb4ca Mon Sep 17 00:00:00 2001 From: Andrew Nichols Date: Mon, 9 Mar 2026 20:58:51 -0400 Subject: [PATCH] prep 0.3.1 bugfix release --- CHANGELOG.md | 7 ++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c409023..22f0081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +Nothing yet! + +## [0.3.1] + ### Fixed -* fix: properly translate the `BikeData` internal units to the FIT file units +* fix: properly translate the `BikeData` internal units to the FIT file units: speed and distance +* fix: properly derive elapsed for the FIT `Session` message. ## [0.3.0] diff --git a/Cargo.lock b/Cargo.lock index 9c7d4b7..64d2a27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1962,7 +1962,7 @@ dependencies = [ [[package]] name = "suffice" -version = "0.4.0-dev" +version = "0.3.1" dependencies = [ "async-stream", "average", diff --git a/Cargo.toml b/Cargo.toml index 2bdafd5..978b0b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "suffice" -version = "0.4.0-dev" +version = "0.3.1" description = "Suffice is a terminal-based tool for controlling a cycling trainer, so you can pound pedals while peddling code." keywords = ["bluetooth", "tui", "cycling"] categories = ["command-line-utilities"]