Skip to content

Commit a2683e7

Browse files
chore: update [Unreleased] changelog with post-0.11.0 CI fixes and sweep
1 parent 61020bf commit a2683e7

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,24 @@ All notable changes to CRUMBS are documented in this file.
66

77
## [Unreleased]
88

9-
*No changes yet.*
9+
### Fixed
10+
11+
- **`examples/handlers_usage/linux/mock_controller/mock_controller.c`** — updated all
12+
`mock_query_*` / `mock_send_*` call sites to the `crumbs_device_t *dev` API introduced in
13+
0.11.0; replaced deprecated `crumbs_linux_read_message` + manual parse with `mock_get_*()`
14+
combined helpers. Fixes Linux CI compile failure.
15+
16+
- **`examples/handlers_usage/platformio/mock_controller/src/main.cpp`** — same migration for
17+
the Arduino/PlatformIO mock controller: added `crumbs_device_t dev` global, rewrote
18+
`query_and_print()` to use `mock_get_*()`, updated `cmd_echo / cmd_heartbeat / cmd_toggle`
19+
to pass `&dev`. Fixes PlatformIO CI compile failure.
20+
21+
### Changed
22+
23+
- Post-release docs sweep (`0649205`): corrected stale `0.10.3` version references in all
24+
eight `platformio.ini` examples, `CONTRIBUTING.md`, `docs/index.md`, and
25+
`docs/api-reference.md`; fixed hardcoded `MINOR`/`PATCH` values in `test_version.c`.
26+
- README badge layout revised; `.gitignore` extended with `*.log` pattern.
1027

1128
---
1229

0 commit comments

Comments
 (0)