Skip to content

Commit 38a71e4

Browse files
committed
Release 0.5.0
1 parent a9051a2 commit 38a71e4

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/).
6+
7+
## [Unreleased]
8+
9+
## 0.5.0 - 2016-08-31
10+
### Added
11+
- First packaged release after over 10 years from the start of the
12+
project. There have been no major API changes in this version
13+
compared to the old unreleased code, but there is probably some minor
14+
thing that is different. It does however require a modern JDK (1.8)
15+
and Maven has replaced Ant as the build system.
16+
17+
[Unreleased]: https://github.com/lcdproc/lcdjava/compare/v0.5.0...HEAD

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.boncey.lcdjava</groupId>
66
<artifactId>lcdjava</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>0.5.0</version>
88
<packaging>jar</packaging>
99

1010
<name>lcdjava</name>

0 commit comments

Comments
 (0)