From 51fbb2a46bcec376e50c5941a06b59e08fee8c04 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 2 May 2024 15:11:05 +0200 Subject: [PATCH] prepare v0.2.0 --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2296283..d30d764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +# [v0.2.0] 2024-05-02 + +- Use released `sat-rs` version v0.2.0 + +## Added + +- Taking an image now generates a metadata file. +- Implemented a command to move all camera image related files to the `toGroundLP` folder. + +## Fixed + +- Various important bugfixes for stop handling and home path handling + # [v0.1.1] 2024-04-26 Various smaller improvements and tweaks. diff --git a/Cargo.toml b/Cargo.toml index 3c4c557..66c38fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ops-sat-rs" -version = "0.1.1" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html