Skip to content

Commit

Permalink
prepare release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rinde committed Nov 7, 2016
1 parent 05b4b90 commit cc2fbb9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RinLog 3.1.0-SNAPSHOT
# RinLog 3.1.0
[![Javadocs](https://javadoc.io/badge/com.github.rinde/rinlog.svg?color=red)](https://javadoc.io/doc/com.github.rinde/rinlog)
[![Build Status](https://travis-ci.org/rinde/RinLog.svg)](https://travis-ci.org/rinde/RinLog)
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.58848.svg)](http://dx.doi.org/10.5281/zenodo.58848)
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.rinde</groupId>
<artifactId>rinlog</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>

<name>RinLog</name>
<description>RinLog is a collection of (agent) implementations for logistics problems.</description>
Expand All @@ -12,7 +12,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<rinsim.version>4.2.0-SNAPSHOT</rinsim.version>
<rinsim.version>4.2.0</rinsim.version>
<sonar.language>java</sonar.language>
<reference.version>1.0.0</reference.version>
</properties>
Expand Down
6 changes: 6 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release notes

## v3.1.0
* Compatible with RinSim 4.2.0
* Added simulated time versions of RtSolverBidder and RtSolverRoutePlanner
* Computation time of OptaPlanner solver is now measurable
* Bugfixes

## v3.0.0
* Compatible with RinSim 4.1.1
* Algorithms now respond to interrupts
Expand Down

0 comments on commit cc2fbb9

Please sign in to comment.