File tree Expand file tree Collapse file tree 2 files changed +38
-1
lines changed
Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v0.21.1 (2026-02-01)
6+
7+ ### Bug Fixes
8+
9+ - Remove unused state machine cleanup code in TmcMotionControlStepPio
10+ ([ ` 8e71a47 ` ] ( https://github.com/Chr157i4n/PyTmcStepper/commit/8e71a47d6b9844e555c1a236207fa378354d7530 ) )
11+
12+ - Update coverage omit patterns to exclude additional pio files
13+ ([ ` 84c17b1 ` ] ( https://github.com/Chr157i4n/PyTmcStepper/commit/84c17b16fd3aded6a33e518b66eb2475c29f51c5 ) )
14+
15+ ### Chores
16+
17+ - Moved pyserial to optional dep and changed casing of optional-dependencies
18+ ([ ` b8de0ea ` ] ( https://github.com/Chr157i4n/PyTmcStepper/commit/b8de0ea16598f100f0ae55c6a9b9e04ef4655f12 ) )
19+
20+ - Moved unittest files back into tests folder
21+ ([ ` 4ef6c78 ` ] ( https://github.com/Chr157i4n/PyTmcStepper/commit/4ef6c786b5982c1cc71fb6450a331700ed024e47 ) )
22+
23+ ### Documentation
24+
25+ - Update installation instructions for Raspberry Pi support
26+ ([ ` 5d9dbaa ` ] ( https://github.com/Chr157i4n/PyTmcStepper/commit/5d9dbaade714926c45dfa710c5fcc3d46df8e747 ) )
27+
28+ ### Refactoring
29+
30+ - Changed pio implementation to easier add Circuitpython #143
31+ ([ ` 76d075b ` ] ( https://github.com/Chr157i4n/PyTmcStepper/commit/76d075b97390d57062f618e197ac469c5b029329 ) )
32+
33+ ### Testing
34+
35+ - Add wait_for_movement_finished_threaded to run_to_position_steps_threaded
36+ ([ ` 28ac61a ` ] ( https://github.com/Chr157i4n/PyTmcStepper/commit/28ac61ad2273100ce311297e0a6d9decdd5af081 ) )
37+
38+ - Fix test path in workflow
39+ ([ ` 5adb9b1 ` ] ( https://github.com/Chr157i4n/PyTmcStepper/commit/5adb9b13e1263ddabae0820300466766002de6c6 ) )
40+
41+
542## v0.21.0 (2026-01-28)
643
744### Bug Fixes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " PyTmcStepper"
7- version = " 0.21.0 "
7+ version = " 0.21.1 "
88authors = [{ name = " Christian Köhlke" , email = " christian@koehlke.de" }]
99description = " This is a Python libary to drive a stepper motor with a Trinamic stepper driver and a single board computer like a Raspberry Pi"
1010readme = " README.md"
You can’t perform that action at this time.
0 commit comments