Skip to content

Commit 40382bc

Browse files
Merge branch 'develop'
2 parents 9851c4e + 37afc6b commit 40382bc

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.github/workflows/python.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,13 @@ jobs:
127127
- uses: actions/checkout@v4
128128
- uses: actions/setup-python@v5
129129
with:
130-
python-version: 3.x
130+
python-version: |
131+
3.8
132+
3.9
133+
3.10
134+
3.11
135+
3.12
136+
3.13
131137
- name: Generate pyo3 stub
132138
run: |
133139
cargo run --bin stub_gen --features python

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustypot"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
authors = ["Pollen Robotics"]

Changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## version 1.0.0
1+
## Version 1.1.0
2+
3+
- Add support for feetech Scs0009
4+
- Add python type annotation
5+
6+
## Version 1.0.0
27

38
- Cleanup APIs to offer two interfaces:
49
- high-level interface (Controller) with a simple API for the most common use cases.

0 commit comments

Comments
 (0)