Skip to content

Commit a465b6e

Browse files
committed
chore(release): prepare 0.8.1
1 parent 282e1f8 commit a465b6e

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.8.1](https://github.com/midi2-dev/bl-midi2-rs/compare/0.8.0..0.8.1) - 2025-03-02
4+
5+
### 🐛 Fixes
6+
7+
- Midi2 crate has no readme - ([ca05654..282e1f8](https://github.com/midi2-dev/bl-midi2-rs/compare/ca056540bcb27b57040d8d0860aa4f97a02e0eeb..282e1f8fd938b663be0bc663eabad989b0b3f377))
8+
9+
310
## [0.8.0](https://github.com/midi2-dev/bl-midi2-rs/compare/0.7.0..0.8.0) - 2025-02-28
411

512
### ✨ Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ You'll want to setup midi2 without default features to compile
163163
without the `std` feature.
164164

165165
```toml
166-
midi2 = { version = "0.8.0", default-features = false, features = ["channel-voice2", "sysex7"], }
166+
midi2 = { version = "0.8.1", default-features = false, features = ["channel-voice2", "sysex7"], }
167167
```
168168

169169
### Generic Representation

midi2/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "midi2"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = "Ergonomic, versatile, strong types wrapping MIDI 2.0 message data."
55
edition = "2021"
66
readme = "../README.md"
@@ -13,7 +13,7 @@ repository = "https://github.com/midi2-dev/bl-midi2-rs.git"
1313
[dependencies]
1414
derive_more = { version = "2.0.1", features = ["from"], default-features = false }
1515
fixed = "1.28.0"
16-
midi2_proc = { version = "0.8.0", path = "../midi2_proc" }
16+
midi2_proc = { version = "0.8.1", path = "../midi2_proc" }
1717
ux = "0.1.6"
1818

1919
[dev-dependencies]

midi2_proc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "midi2_proc"
33
description = "Internal procedural macro crate. Only intended for use with midi2"
4-
version = "0.8.0"
4+
version = "0.8.1"
55
edition = "2021"
66
readme = "README.md"
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)