From 7468fe98458d2f680267cfa16bb2ba483c10bf5b Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 24 Apr 2024 20:43:23 +0200 Subject: [PATCH] prep first full release --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md 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