Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antoneliasson committed Aug 31, 2016
1 parent a9051a2 commit 38a71e4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 0.5.0 - 2016-08-31
### Added
- First packaged release after over 10 years from the start of the
project. There have been no major API changes in this version
compared to the old unreleased code, but there is probably some minor
thing that is different. It does however require a modern JDK (1.8)
and Maven has replaced Ant as the build system.

[Unreleased]: https://github.com/lcdproc/lcdjava/compare/v0.5.0...HEAD
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.boncey.lcdjava</groupId>
<artifactId>lcdjava</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>jar</packaging>

<name>lcdjava</name>
Expand Down

0 comments on commit 38a71e4

Please sign in to comment.