Skip to content

Commit d90dbe6

Browse files
author
Ben Leadbetter
committed
Merge branch 'hotfix/0.5.1'
2 parents bc08348 + f7b26c3 commit d90dbe6

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.5.1
2+
docs: flex data module docs
3+
docs: adds system common module docs
4+
docs: channel voice 2 module docs
5+
fix: incorrect flex_data deserialisation
6+
17
# 0.5.0
28
docs: generally improve documentation of public modules and traits
39
feat: infallible constructors and converters for array backed messages

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.5.0"
3+
version = "0.5.1"
44
description = "Ergonomic, versatile, strong types wrapping MIDI 2.0 message data."
55
edition = "2021"
66
readme = "README.md"
@@ -35,7 +35,7 @@ utility = []
3535

3636
[dependencies]
3737
derive_more = { version = "0.99.17", features = ["from"], default-features = false }
38-
midi2_proc = { version = "0.5.0", path = "midi2_proc" }
38+
midi2_proc = { version = "0.5.1", path = "midi2_proc" }
3939
ux = "0.1.6"
4040

4141
[dev-dependencies]

README.md

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

158158
```toml
159-
midi2 = { version = "0.5.0", default-features = false, features = ["channel-voice2", "sysex7"], }
159+
midi2 = { version = "0.5.1", default-features = false, features = ["channel-voice2", "sysex7"], }
160160
```
161161

162162
### Generic Representation

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.5.0"
4+
version = "0.5.1"
55
edition = "2021"
66
readme = "README.md"
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)