Skip to content

Commit c946d0b

Browse files
committed
Updated UPGRADING.md
This change is going into 0.30.0
1 parent 19381b6 commit c946d0b

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

Diff for: docs/UPGRADING.md

+14-12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
Here you can find a list of migration guides to handle breaking changes between releases of the CLI.
44

5+
## 0.30.0
6+
7+
### `board attach` CLI command changed behaviour
8+
9+
The `board attach` CLI command has changed behaviour: now it just pick whatever port and FQBN is passed as parameter and
10+
saves it in the `sketch.yaml` file, without any validity check or board autodetection.
11+
12+
The `sketch.json` file is now completely ignored.
13+
14+
### `cc.arduino.cli.commands.v1.BoardAttach` gRPC interface command removal
15+
16+
The `cc.arduino.cli.commands.v1.BoardAttach` gRPC command has been removed. This feature is no longer available through
17+
gRPC.
18+
519
## 0.29.0
620

721
### Removed gRPC API: `cc.arduino.cli.commands.v1.UpdateCoreLibrariesIndex`, `Outdated`, and `Upgrade`
@@ -54,18 +68,6 @@ func InitWithProfile(instance *rpc.Instance, profileName string, sketchPath *pat
5468

5569
The errors are automatically sent to output via `feedback` package, as for the other `Init*` functions.
5670

57-
### `board attach` CLI command changed behaviour
58-
59-
The `board attach` CLI command has changed behaviour: now it just pick whatever port and FQBN is passed as parameter and
60-
saves it in the `sketch.yaml` file, without any validity check or board autodetection.
61-
62-
The `sketch.json` file is now completely ignored.
63-
64-
### `cc.arduino.cli.commands.v1.BoardAttach` gRPC interface command removal
65-
66-
The `cc.arduino.cli.commands.v1.BoardAttach` gRPC command has been removed. This feature is no longer available through
67-
gRPC.
68-
6971
## 0.28.0
7072

7173
### Breaking changes in libraries name handling

0 commit comments

Comments
 (0)