Skip to content

Commit 7b2b85a

Browse files
committed
docs: updated changelog and authors file
Signed-off-by: Christopher Arndt <[email protected]>
1 parent b3f52a1 commit 7b2b85a

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- Benoit Pierre
2020
- Bruno Enten
2121
- Marek Szuba
22+
- s0600204 (GitHub user)
2223

2324

2425
## Testing

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ For details and minor changes, please see the [version control log
44
messages](https://github.com/SpotlightKid/python-rtmidi/commits/master).
55

66

7+
## 1.6.0 (2025-04-18)
8+
9+
Project infrastructure:
10+
11+
- Support Python 3.13, drop support for Python 3.8 (#214):
12+
- Set minimum required Python version 3.9 in `pyproject.toml`.
13+
- Added Python 3.13 to CI builds and removed 3.8.
14+
- Added Python 3.13 to classifiers in `pyproject.toml` and removed 3.8.
15+
- Added Python 3.13 to `tox.ini` and removed 3.8.
16+
- Updated minimum supported Python version mentioned in readme etc.
17+
- Updated latest Python version mentioned in Windows install docs.
18+
- Fixed compiler config in meson.build for alternative compilers on
19+
Windows (#213, thanks @s0600204.
20+
- Updated dev requirements with `pip-tools` (#215).
21+
22+
Changes:
23+
24+
- Update rtmidi sub-module's `python-rtmidi` branch to be based on latest
25+
HEAD of `master` branch.
26+
27+
Fixes / Features:
28+
29+
- Add `set_buffer_size` method to `MidiIn` class (#204).
30+
31+
732
## 1.5.8 (2023-11-20)
833

934
Fixes:

0 commit comments

Comments
 (0)