Skip to content

Commit

Permalink
Prepare for release 0.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Mar 15, 2016
1 parent 2959773 commit fba64ec
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Expand Up @@ -8,6 +8,19 @@ This change log follows the conventions of

Nothing so far.

## [0.1.3] - 2016-03-15

### Added

- Information about how to manually download and use the library.
- Section headers to clarify structure of the README.

### Fixed

- Added protection against calling `open` more than once. Now redundant
attempts to open the display will simply return the existing
buffered image.

## [0.1.2] - 2016-03-14

### Added
Expand All @@ -27,5 +40,6 @@ Nothing so far.
- Initial Public Release


[unreleased]: https://github.com/brunchboy/wayang/compare/v0.1.2...HEAD
[unreleased]: https://github.com/brunchboy/wayang/compare/v0.1.3...HEAD
[0.1.3]: https://github.com/brunchboy/wayang/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/brunchboy/wayang/compare/v0.1.1...v0.1.2
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>org.deepsymmetry</groupId>
<artifactId>wayang</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<packaging>jar</packaging>

<name>wayang</name>
Expand Down

0 comments on commit fba64ec

Please sign in to comment.