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