Release 0.104.2.
This commit is contained in:
+4
-1
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user