Skip to content

Commit 4af96f3

Browse files
committed
docs: reorganize changelog entries and add new features and removals
1 parent e031339 commit 4af96f3

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
77
## [Unreleased]
88

99
### Added
10+
11+
- add the `require_model` to the `GET /v1/bricks` and `GET /v1/bricks/id` [#93](https://github.com/arduino/arduino-app-cli/pull/93)
12+
- add the `require_model` to the `GET /v1/apps/{id}/bricks` and `GET /v1/apps/{id}/bricks/{id}` [#93](https://github.com/arduino/arduino-app-cli/pull/93)
13+
- add the `compatible_models` to the `GET /v1/bricks/{id}` [#94](https://github.com/arduino/arduino-app-cli/pull/94)
14+
- add the `compatible_models` to the `GET /v1/apps/{id}/bricks/{id}` [#99](https://github.com/arduino/arduino-app-cli/pull/99)
15+
- bump [examples](https://github.com/arduino/app-bricks-examples) to 0.5.1 [#100](https://github.com/arduino/arduino-app-cli/pull/100)
16+
1017
### Changed
18+
1119
### Deprecated
20+
1221
### Removed
22+
23+
- remove the `models` fields from the `GET /v1/bricks` response [#94](https://github.com/arduino/arduino-app-cli/pull/94)
24+
- remove depreacted `require_devices` field from the brick-list [#111](https://github.com/arduino/arduino-app-cli/pull/111)
25+
1326
### Fixed
14-
### Security
1527

28+
- pkg/board/remote/adb/: use `adb get-state` for checking if the board is there and it is connecteed [#98](https://github.com/arduino/arduino-app-cli/pull/98)
29+
30+
### Security
1631

1732
## [0.6.8] - 2025-11-24
1833

0 commit comments

Comments
 (0)