diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e79264b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +Change Log +======= + +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.1.0] 2024-04-24 + +Initial release with PUS stack, TM sink, TC source, TMTC TCP/IP infrastructure +and camera handler. diff --git a/Cargo.toml b/Cargo.toml index 0d8acae..70493df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ops-sat-rs" -version = "0.0.1" +version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html