coremidi 0.9.2

CoreMIDI library for Rust
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.2] - 2026-08-02

### Changed
- Updated `coremidi-sys` from 3.1.1 to 3.2.1

### Fixed
- Removed outdated MSRV badge from the README

## [0.9.1] - 2026-06-14

### Changed
- Replaced `block` with `block2` / `objc2`

### Fixed
- Updated GitHub Actions to address Node.js 20 deprecation warnings

## [0.9.0] - 2026-03-12

### Changed
- Raised MSRV to Rust 1.75
- Updated `core-foundation` to 0.10.1 and `core-foundation-sys` to 0.8.7
- Documentation URL now points to docs.rs

[0.9.2]: https://github.com/chris-zen/coremidi/compare/0.9.1...0.9.2
[0.9.1]: https://github.com/chris-zen/coremidi/compare/0.9.0...0.9.1
[0.9.0]: https://github.com/chris-zen/coremidi/releases/tag/0.9.0