prepare v0.2.0
This commit is contained in:
parent
d37da28efb
commit
51fbb2a46b
13
CHANGELOG.md
13
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/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
# [v0.1.1] 2024-04-26
|
||||||
|
|
||||||
Various smaller improvements and tweaks.
|
Various smaller improvements and tweaks.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ops-sat-rs"
|
name = "ops-sat-rs"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
Loading…
Reference in New Issue
Block a user