Release 0.104.2.

This commit is contained in:
Andreas Troelsen
2020-01-03 21:28:44 +01:00
parent 14ad15b15d
commit 5c30164ba7
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -11,6 +11,8 @@ These changes will (most likely) be included in the next version.
## [Unreleased] ## [Unreleased]
## [0.104.2] - 2020-01-03
- The region overlap check now works across both arena and lobby regions, i.e. all four combinations of intersections between two regions (arena-arena, arena-lobby, lobby-arena, and lobby-lobby) are evaluated. - The region overlap check now works across both arena and lobby regions, i.e. all four combinations of intersections between two regions (arena-arena, arena-lobby, lobby-arena, and lobby-lobby) are evaluated.
- Arenas with missing regions no longer cause errors in the region overlap check. - Arenas with missing regions no longer cause errors in the region overlap check.
@@ -149,7 +151,8 @@ Thanks to:
- Swatacular for help with testing bug fixes - Swatacular for help with testing bug fixes
- Haileykins for contributions to the code base - Haileykins for contributions to the code base
[Unreleased]: https://github.com/garbagemule/MobArena/compare/0.104.1...HEAD [Unreleased]: https://github.com/garbagemule/MobArena/compare/0.104.2...HEAD
[0.104.2]: https://github.com/garbagemule/MobArena/compare/0.104.1...0.104.2
[0.104.1]: https://github.com/garbagemule/MobArena/compare/0.104...0.104.1 [0.104.1]: https://github.com/garbagemule/MobArena/compare/0.104...0.104.1
[0.104]: https://github.com/garbagemule/MobArena/compare/0.103.2...0.104 [0.104]: https://github.com/garbagemule/MobArena/compare/0.103.2...0.104
[0.103.2]: https://github.com/garbagemule/MobArena/compare/0.103.1...0.103.2 [0.103.2]: https://github.com/garbagemule/MobArena/compare/0.103.1...0.103.2
+1 -1
View File
@@ -7,7 +7,7 @@
<groupId>com.garbagemule</groupId> <groupId>com.garbagemule</groupId>
<artifactId>mobarena</artifactId> <artifactId>mobarena</artifactId>
<name>MobArena</name> <name>MobArena</name>
<version>0.104.2-SNAPSHOT</version> <version>0.104.2</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>