prepare v0.2.0

This commit is contained in:
Robin Müller 2024-05-02 15:11:05 +02:00
parent d37da28efb
commit 51fbb2a46b
Signed by: muellerr
GPG Key ID: A649FB78196E3849
2 changed files with 14 additions and 1 deletions

View File

@ -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.

View File

@ -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