Skip to content

Commit

Permalink
prepare release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rinde committed Nov 7, 2016
1 parent 14f4ce8 commit 63e0f4e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
evo4mas 0.1.1-SNAPSHOT
=======
# evo4mas 0.2.0

Evolutionary algorithms for designing multi-agent systems for logistics.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.rinde</groupId>
<artifactId>evo4mas</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>

<name>Evo 4 MAS</name>
<description>Evolutionary algorithms for designing multi-agent systems for logistics.</description>
Expand Down Expand Up @@ -38,9 +38,9 @@
</developers>

<properties>
<rinsim.version>4.2.0-SNAPSHOT</rinsim.version>
<rinlog.version>3.1.0-SNAPSHOT</rinlog.version>
<rinecj.version>0.1.1-SNAPSHOT</rinecj.version>
<rinsim.version>4.2.0</rinsim.version>
<rinlog.version>3.1.0</rinlog.version>
<rinecj.version>0.2.0</rinecj.version>
<sonar.language>java</sonar.language>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
9 changes: 9 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Release notes

## v0.2.0
* Refactored to work with RinSim 4.2.0, RinLog 3.1.0, and RinECJ 0.2.0.
* Added EvoBidder.
* Added GP terminals based on GlobalStateObject.

## v0.1.0
Initial release

0 comments on commit 63e0f4e

Please sign in to comment.