File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments