From 63e0f4e35a3ab787ca414b8b4c1ef74fd1c8de98 Mon Sep 17 00:00:00 2001 From: Rinde van Lon Date: Mon, 7 Nov 2016 17:52:06 +0100 Subject: [PATCH] prepare release v0.2.0 --- README.md | 5 +++-- pom.xml | 8 ++++---- releasenotes.md | 9 +++++++++ 3 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 releasenotes.md diff --git a/README.md b/README.md index fbcaf39..947d1b6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -evo4mas 0.1.1-SNAPSHOT -======= \ No newline at end of file +# evo4mas 0.2.0 + +Evolutionary algorithms for designing multi-agent systems for logistics. \ No newline at end of file diff --git a/pom.xml b/pom.xml index 47284a0..bbb1380 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.github.rinde evo4mas - 0.1.1-SNAPSHOT + 0.2.0 Evo 4 MAS Evolutionary algorithms for designing multi-agent systems for logistics. @@ -38,9 +38,9 @@ - 4.2.0-SNAPSHOT - 3.1.0-SNAPSHOT - 0.1.1-SNAPSHOT + 4.2.0 + 3.1.0 + 0.2.0 java UTF-8 diff --git a/releasenotes.md b/releasenotes.md new file mode 100644 index 0000000..d2d0d87 --- /dev/null +++ b/releasenotes.md @@ -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 \ No newline at end of file