Skip to content

Commit 498cef9

Browse files
committed
Release 0.106.
1 parent 30c059f commit 498cef9

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ These changes will (most likely) be included in the next version.
1111

1212

1313
## [Unreleased]
14+
15+
## [0.106] - 2021-05-09
1416
### Added
1517
- It is now possible to write custom formulas for wave growth in Default Wave, swarm amounts in Swarm Waves, and boss health in Boss Waves, allowing for much more control and fine-tuning. The formulas support various session-related variables as well as various mathematical operators and functions. Formulas can be predefined as macros in the new `formulas.yml` file. Check the wiki for details.
1618

@@ -211,7 +213,8 @@ Thanks to:
211213
- Swatacular for help with testing bug fixes
212214
- Haileykins for contributions to the code base
213215

214-
[Unreleased]: https://github.com/garbagemule/MobArena/compare/0.105...HEAD
216+
[Unreleased]: https://github.com/garbagemule/MobArena/compare/0.106...HEAD
217+
[0.106]: https://github.com/garbagemule/MobArena/compare/0.105...0.106
215218
[0.105]: https://github.com/garbagemule/MobArena/compare/0.104.2...0.105
216219
[0.104.2]: https://github.com/garbagemule/MobArena/compare/0.104.1...0.104.2
217220
[0.104.1]: https://github.com/garbagemule/MobArena/compare/0.104...0.104.1

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.garbagemule</groupId>
88
<artifactId>mobarena</artifactId>
99
<name>MobArena</name>
10-
<version>0.105.1-SNAPSHOT</version>
10+
<version>0.106</version>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)