Skip to content

Commit 9dd2d67

Browse files
committed
Release 0.8.
1 parent 2316760 commit 9dd2d67

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,20 @@ This change log follows the conventions of
66

77
## [Unreleased][unreleased]
88

9+
Nothing so far.
10+
11+
## [0.8] - 2016-07-03
12+
913
### Fixed
1014

1115
- The method name `removeNotificationListener()` in
1216
`CoreMidiDeviceProvider` was previously
1317
`removedNotificationListener()`, which was inaccurate.
18+
- A variety of gaps in the API documentation were addressed.
19+
20+
### Changed
21+
22+
- Dependencies and build tools were updated to their latest releases.
1423

1524
## [0.7] - 2016-04-20
1625

@@ -88,7 +97,8 @@ This change log follows the conventions of
8897
- Initial Public Release
8998

9099

91-
[unreleased]: https://github.com/DerekCook/CoreMidi4J/compare/v0.7...HEAD
100+
[unreleased]: https://github.com/DerekCook/CoreMidi4J/compare/v0.8...HEAD
101+
[0.8]: https://github.com/DerekCook/CoreMidi4J/compare/V0.7...v0.8
92102
[0.7]: https://github.com/DerekCook/CoreMidi4J/compare/V0.5...v0.7
93103
[0.5]: https://github.com/DerekCook/CoreMidi4J/compare/V0.4...V0.5
94104
[0.4]: https://github.com/DerekCook/CoreMidi4J/compare/V0.3...V0.4

CoreMIDI4J/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>uk.co.xfactory-librarians</groupId>
1111
<artifactId>coremidi4j</artifactId>
12-
<version>0.8-SNAPSHOT</version>
12+
<version>0.8</version>
1313

1414
<packaging>jar</packaging>
1515

0 commit comments

Comments
 (0)