From 79bd7244e444b1b8d301d5e0735d7fb5e6631a00 Mon Sep 17 00:00:00 2001 From: Rinde van Lon Date: Tue, 2 Aug 2016 14:21:54 +0200 Subject: [PATCH] prepare release v1.1.0 --- README.md | 5 +++-- pom.xml | 2 +- releasenotes.md | 9 +++++++++ 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 releasenotes.md diff --git a/README.md b/README.md index 0e080b9..a506a76 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -# PDPTW Dataset Generator 1.0.0 +# PDPTW Dataset Generator 1.1.0 +[![Javadocs](https://javadoc.io/badge/com.github.rinde/datgen.svg?color=red)](https://javadoc.io/doc/com.github.rinde/datgen) [![Build Status](https://travis-ci.org/rinde/pdptw-dataset-generator.svg)](https://travis-ci.org/rinde/pdptw-dataset-generator) [![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.27362.svg)](http://dx.doi.org/10.5281/zenodo.27362) This project allows to generate datasets of scenarios of the dynamic pickup-and-delivery problem with time windows with varying levels of dynamism, urgency and scale. -The public API consists of just one class: [DatasetGenerator](src/main/java/com/github/rinde/datgen/pdptw/DatasetGenerator.java) +The public API consists of just one class: [DatasetGenerator](src/main/java/com/github/rinde/datgen/pdptw/DatasetGenerator.java). Also check the [release notes](releasenotes.md). diff --git a/pom.xml b/pom.xml index d467d47..2b3663d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.github.rinde datgen - 1.0.1-SNAPSHOT + 1.1.0 PDPTW Dataset Generator diff --git a/releasenotes.md b/releasenotes.md new file mode 100644 index 0000000..d8de689 --- /dev/null +++ b/releasenotes.md @@ -0,0 +1,9 @@ +# Release notes + +## v1.1.0 + * Scenario length is now configurable, default has changed to 4 hours. + * Links to RinSim 4.1.1 and RinLog 3.0.0. + + +## v1.0.0 + * Initial release \ No newline at end of file