File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
9
9
# [ unreleased]
10
10
11
+ # [ v0.3.0-alpha.0] 2025-02-18
12
+
11
13
` spacepackets ` v0.13
12
14
13
15
## Changed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " satrs"
3
- version = " 0.2.1 "
3
+ version = " 0.3.0-alpha.0 "
4
4
edition = " 2021"
5
5
rust-version = " 1.82.0"
6
6
authors = [" Robin Mueller <muellerr@irs.uni-stuttgart.de>" ]
Original file line number Diff line number Diff line change @@ -121,10 +121,10 @@ impl SequenceExecutionHelper {
121
121
/// example by checking [mode replies][ModeReply] received by the children components, and
122
122
/// then calling [Self::confirm_sequence_done] to advance to the sequence or complete the
123
123
/// sequence.
124
- /// * [ModeCommandingResult::CommandingDone ] - The sequence is done. The user can load a new
124
+ /// * [ModeCommandingResult::Done ] - The sequence is done. The user can load a new
125
125
/// sequence now without overwriting the last one. The sequence executor is in
126
126
/// [SequenceExecutionHelperState::Idle] again.
127
- /// * [ModeCommandingResult::CommandingStepDone ] - The sequence has advanced one step. The user
127
+ /// * [ModeCommandingResult::StepDone ] - The sequence has advanced one step. The user
128
128
/// can now call [Self::run] again to immediately execute the next step in the sequence.
129
129
///
130
130
/// Generally, periodic execution of the [Self::run] method should be performed while
You can’t perform that action at this time.
0 commit comments