We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa66b5 commit b8b6e1fCopy full SHA for b8b6e1f
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 0.0.9 - 2025-08-21
4
+
5
+- feat: add gpio_list method to retrieve all GPIO pins in WokwiClient (#6)
6
+- ci: disable fail-fast, only run tests if there's a CLI TOKEN available
7
+- test: replace subprocess calls with run_example_module helper (#7)
8
+- refactor: change upload methods to return None and update pin command helpers (#8)
9
10
## 0.0.8 - 2025-08-20
11
12
- feat: add `download()` and `download_file()` methods (#5)
0 commit comments