Skip to content

Commit b171900

Browse files
committed
Bump to 0.4.0
1 parent b5a4b60 commit b171900

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1+
# 0.4.0
2+
3+
- Added support for Launchpad MK1 (https://github.com/kangalio/launchy/pull/17, thanks @sapphicdisaster)
4+
5+
New major release because this project isn't fresh in my memory and I can't guarantee for technically breaking changes not having slipped by
6+
7+
# 0.3.1
8+
9+
- Added support for Launchpad Mini MK3 (https://github.com/kangalio/launchy/pull/14, thanks @rix0rrr)
10+
- Added `Button80::grid()` and `Button80::control()` convenience functions (https://github.com/kangalio/launchy/pull/14, thanks @rix0rrr)
11+
112
# 0.3.0
213

314
- Updated midir to 0.9.1
415
- Added serde support behind a `serde` feature flag
5-
- Only for Color and Pad structs, currently
16+
- Only for Color and Pad structs, currently
617
- `impl Eq for Color`
7-
- `impl Sub<Pad> for Pad`
18+
- `impl Sub<Pad> for Pad`

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "launchy"
3-
version = "0.3.0"
4-
authors = ["Kangalioo <jannik.a.schaper@web.de>"]
3+
version = "0.4.0"
4+
authors = ["kangalio <me@kangalio.net>"]
55
edition = "2018"
66
description = "Low-level bindings and high-level abstractions for the Novation Launchpad MIDI devices"
77
license = "MIT"
88
readme = "README.md"
9-
repository = "https://github.com/kangalioo/launchy"
9+
repository = "https://github.com/kangalio/launchy"
1010
keywords = ["novation", "launchpad", "midi", "midi-controller", "lightshow"]
1111
categories = ["api-bindings", "games", "graphics", "rendering", "multimedia::images"]
1212

0 commit comments

Comments
 (0)