Skip to content

Commit

Permalink
Merge branch 'main' of github.com:beckler/pirate-midi-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
beckler committed Jan 13, 2024
2 parents 0266e1b + 5ba472f commit 8d74670
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.4.0](https://github.com/beckler/pirate-midi-rs/compare/v1.3.1...v1.4.0) (2024-01-13)


### Features

* added additional support for bridge 2.0 ([ff76c52](https://github.com/beckler/pirate-midi-rs/commit/ff76c5299bb8181e6ab225067e2475ba9cf06801))


### Bug Fixes

* added additional changes to support bridge OS 2.0 ([302c542](https://github.com/beckler/pirate-midi-rs/commit/302c5423c4811a1b5cc7c90ecb98e4ff81851515))
* migrating to upstream serial port fix ([ef58525](https://github.com/beckler/pirate-midi-rs/commit/ef5852553a0c1c748e1d02dcc35e34201de1e5b8))

## [1.3.1](https://github.com/beckler/pirate-midi-rs/compare/v1.3.0...v1.3.1) (2023-12-11)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pirate-midi-rs"
edition = "2021"
version = "1.3.1"
version = "1.4.0"
license = "MIT"
readme = "README.md"
homepage = "https://github.com/beckler/pirate-midi-rs"
Expand Down

0 comments on commit 8d74670

Please sign in to comment.