We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 529cb89 commit 54c4d8fCopy full SHA for 54c4d8f
docs/UPGRADING.md
@@ -2,6 +2,13 @@
2
3
Here you can find a list of migration guides to handle breaking changes between releases of the CLI.
4
5
+## 0.34.0
6
+
7
+### golang API: `LoadSketch` function has been moved
8
9
+The function `github.com/arduino/arduino-cli/commands.LoadSketch` has been moved to package
10
+`github.com/arduino/arduino-cli/commands/sketch.LoadSketch`. You must change the import accordingly.
11
12
## 0.33.0
13
14
### gRPC `cc.arduino.cli.commands.v1.Compile` command now return expanded build_properties by default.
0 commit comments