Skip to content

Commit 6b09fb4

Browse files
committed
#26: Add release notes.
And update README versions.
1 parent ec2ad97 commit 6b09fb4

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JPX (1.1.0)
1+
# JPX (1.1.1)
22

33
**JPX** is a Java library for creating, reading and writing [GPS](https://en.wikipedia.org/wiki/Global_Positioning_System) data in [GPX](https://en.wikipedia.org/wiki/GPS_Exchange_Format) format. It is a *full* implementation of version [1.1](http://www.topografix.com/GPX/1/1/) of the GPX format. The data classes are completely immutable and allows a functional programming style. They are working also nicely with the Java 8 [Stream](http://docs.oracle.com/javase/8/docs/api/java/util/stream/Stream.html) API.
44

@@ -13,7 +13,7 @@ Beside the basic functionality of reading and writing GPX files, the library als
1313

1414
### Build time
1515
* **JDK 8**: The Java [JDK 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html) must be installed.
16-
* **Gradle 3.x**: [Gradle](http://www.gradle.org/) is used for building the library. (Gradle is download automatically, if you are using the Gradle Wrapper script `./gradlew`, located in the base directory, for building the library.)
16+
* **Gradle 4.x**: [Gradle](http://www.gradle.org/) is used for building the library. (Gradle is download automatically, if you are using the Gradle Wrapper script `./gradlew`, located in the base directory, for building the library.)
1717
* **TestNG 6.10**: JPX uses [TestNG](http://testng.org/doc/index.html) framework for unit tests.
1818

1919
## Building JPX
@@ -35,8 +35,8 @@ For building the JPX library you have to check out the master branch from Githu
3535

3636
## Download
3737

38-
* **Github**: <https://github.com/jenetics/jpx/archive/v1.1.0.zip>
39-
* **Maven**: `io.jenetics:jpx:1.1.0` on [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22jpx%22)
38+
* **Github**: <https://github.com/jenetics/jpx/archive/v1.1.1.zip>
39+
* **Maven**: `io.jenetics:jpx:1.1.1` on [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22jpx%22)
4040

4141
## Examples
4242

@@ -225,6 +225,11 @@ The library is licensed under the [Apache License, Version 2.0](http://www.apach
225225

226226
## Release notes
227227

228+
### [1.1.1](https://github.com/jenetics/jpx/releases/tag/v1.1.1)
229+
230+
#### Improvements
231+
* [#26](https://github.com/jenetics/jpx/issues/26): Define stable module name. `io.jenetics.jpx`.
232+
228233
### [1.1.0](https://github.com/jenetics/jpx/releases/tag/v1.1.0)
229234

230235
#### Bug fixes

0 commit comments

Comments
 (0)