Skip to content

Commit

Permalink
Release 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Feb 10, 2020
1 parent 6e6f7af commit 68e56e8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ This change log follows the conventions of

## [Unreleased][unreleased]

Nothing so far.


## [1.4] - 2020-02-09

### Fixed

- The build would fail the first time, because a step that was
Expand All @@ -25,8 +30,8 @@ This change log follows the conventions of
the MIDI environment and generate notifications when it changes.
- Assigned a stable automatic module name so this project can safely
be used as a dependency in modular Java projects.
- Updated JavaDoc builder version to include search field, as well as
other Maven build components.
- Updated the JavaDoc builder version so the API documentation would
include a search field. Also updated other Maven build components.
- Added continuous deployment using GitHub Actions so that the library
jar is automatically built and uploaded as a release artifact
whenever code is pushed to the master branch on GitHub.
Expand Down Expand Up @@ -203,7 +208,8 @@ This change log follows the conventions of
- Initial Public Release


[unreleased]: https://github.com/DerekCook/CoreMidi4J/compare/V1.3...HEAD
[unreleased]: https://github.com/DerekCook/CoreMidi4J/compare/V1.4...HEAD
[1.4]: https://github.com/DerekCook/CoreMidi4J/compare/V1.3...V1.4
[1.3]: https://github.com/DerekCook/CoreMidi4J/compare/V1.2...V1.3
[1.2]: https://github.com/DerekCook/CoreMidi4J/compare/V1.1...V1.2
[1.1]: https://github.com/DerekCook/CoreMidi4J/compare/V1.0...V1.1
Expand Down
2 changes: 1 addition & 1 deletion CoreMIDI4J/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>uk.co.xfactory-librarians</groupId>
<artifactId>coremidi4j</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>

<packaging>jar</packaging>

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ contribute to.
CoreMidi4J has been heavily used in some of our own projects for
several years, and after resolving the last known outstanding issue we
labeled it version 1.0. Over the next few years an occasional issue
was discovered and fixed, leading to a new release.
was discovered and fixed, or a new feature was thought up and added,
leading to a new release.
[Feedback](https://github.com/DerekCook/CoreMidi4J/issues) on any new
problems or issues is always welcome.

Expand Down

0 comments on commit 68e56e8

Please sign in to comment.