Skip to content

Commit

Permalink
Release 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Jan 26, 2020
1 parent d813db7 commit c9ed9e6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,23 @@ This change log follows the conventions of

## [Unreleased][unreleased]

Nothing so far.

## [0.1.8] - 2020-01-26

### Fixed

- Consistently use a single context for interacting with `usb4java`.

### Added

- Assigned a stable automatic module name so this project can safely
be used as a dependency in modular Java projects.

### Changed

- Updated to latest release of `usb4java`.

## [0.1.7] - 2016-08-21

### Fixed
Expand Down Expand Up @@ -93,7 +105,8 @@ This change log follows the conventions of
- Initial Public Release


[unreleased]: https://github.com/brunchboy/wayang/compare/v0.1.7...HEAD
[unreleased]: https://github.com/brunchboy/wayang/compare/v0.1.8...HEAD
[0.1.8]: https://github.com/brunchboy/wayang/compare/v0.1.7...v0.1.8
[0.1.7]: https://github.com/brunchboy/wayang/compare/v0.1.6...v0.1.7
[0.1.6]: https://github.com/brunchboy/wayang/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/brunchboy/wayang/compare/v0.1.4...v0.1.5
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.deepsymmetry</groupId>
<artifactId>wayang</artifactId>
<version>0.1.8-SNAPSHOT</version>
<version>0.1.8</version>
<packaging>jar</packaging>

<name>wayang</name>
Expand Down

0 comments on commit c9ed9e6

Please sign in to comment.