Skip to content

Commit 75fb756

Browse files
committed
Add release notes for version 0.13.0 - CLI consolidation
1 parent f941eb8 commit 75fb756

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

HISTORY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# History
22

3+
## 0.13.0 (2025-08-22)
4+
5+
* Consolidate multiple entry points into a single `teensytoany` command with subcommands:
6+
- `teensytoany programmer` (replaces `teensytoany_programmer`)
7+
- `teensytoany i2c-scan` (replaces `teensytoany_i2c_scan`)
8+
- `teensytoany list` (replaces `teensytoany_list`)
9+
* Maintain backward compatibility with deprecation warnings for old entry points
10+
* Refactor CLI structure to separate logic from Click command functions
11+
* Add comprehensive test coverage for new consolidated command structure
12+
313
## 0.12.1 (2025-08-22)
414

515
* Add `fastled_set_max_refresh_rate` method to control FastLED refresh rate.

0 commit comments

Comments
 (0)