Skip to content

Commit 9c0a2cc

Browse files
chore: release master (#7)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5e61436 commit 9c0a2cc

File tree

12 files changed

+36
-19
lines changed

12 files changed

+36
-19
lines changed

.release-please-manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"state-machines": "0.8.0",
2+
"state-machines": "0.8.1",
33
"state-machines-core": "0.8.0",
4-
"state-machines-macro": "0.8.0",
5-
"examples/async_patterns": "0.1.2",
6-
"examples/basic_transitions": "0.1.2",
7-
"examples/callbacks_lifecycle": "0.1.2",
8-
"examples/dynamic_dispatch_when": "0.1.2",
9-
"examples/guards_and_validation": "0.1.2",
10-
"examples/hierarchical_thinking": "0.1.2",
11-
"examples/no_std_flight": "0.0.2",
4+
"state-machines-macro": "0.8.1",
5+
"examples/async_patterns": "0.1.3",
6+
"examples/basic_transitions": "0.1.3",
7+
"examples/callbacks_lifecycle": "0.1.3",
8+
"examples/dynamic_dispatch_when": "0.1.3",
9+
"examples/guards_and_validation": "0.1.3",
10+
"examples/hierarchical_thinking": "0.1.3",
11+
"examples/no_std_flight": "0.0.3",
1212
"state-machines-cli": "0.1.1"
1313
}

examples/async_patterns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async_patterns"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2024"
55
publish = false
66

examples/basic_transitions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "basic_transitions"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2024"
55
publish = false
66

examples/callbacks_lifecycle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "callbacks_lifecycle"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2024"
55
publish = false
66

examples/dynamic_dispatch_when/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dynamic_dispatch_when"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2024"
55
publish = false
66

examples/guards_and_validation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "guards_and_validation"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2024"
55
publish = false
66

examples/hierarchical_thinking/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hierarchical_thinking"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2024"
55
publish = false
66

examples/no_std_flight/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "no_std_flight"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
edition = "2021"
55
publish = false
66

state-machines-macro/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.8.1](https://github.com/state-machines/state-machines-rs/compare/state-machines-macro-v0.8.0...state-machines-macro-v0.8.1) (2026-01-23)
4+
5+
6+
### Bug Fixes
7+
8+
* clippy error ([5e61436](https://github.com/state-machines/state-machines-rs/commit/5e61436e6e8af9c96ace8a544e1a122de2281dab))
9+
* inspect is optional feaature ([ed4c072](https://github.com/state-machines/state-machines-rs/commit/ed4c072243864f0602ee4df6271fd5fcdc700e89))
10+
311
## [0.8.0](https://github.com/state-machines/state-machines-rs/compare/state-machines-macro-v0.7.1...state-machines-macro-v0.8.0) (2026-01-17)
412

513

state-machines-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "state-machines-macro"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
edition = "2024"
55
authors = ["Abdelkader Boudih <terminale@gmail.com>"]
66
description = "Procedural macros for the state-machines library"

0 commit comments

Comments
 (0)