From d6e96e27cb9740d3d930d780994ddf7c10d265c9 Mon Sep 17 00:00:00 2001 From: Jeffrey Jones Date: Sun, 8 Jan 2023 20:46:12 +0900 Subject: [PATCH] Version bump to 0.7.1 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fcd7196..63dac18f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.1] - 2023-01-08 + ### Fixed - Fixed velocity and orientation not getting updated in units stream diff --git a/Cargo.toml b/Cargo.toml index d2ded7f5..b927af32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "0.7.0" +version = "0.7.1" license = "AGPL-3.0-or-later" authors = ["Markus Ast "] rust-version = "1.64"