Skip to content

Commit 29c5d7f

Browse files
committed
Release 0.108.
1 parent e40fc6e commit 29c5d7f

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.garbagemule"
7-
version = "0.107.1-SNAPSHOT"
7+
version = "0.108"
88

99
repositories {
1010
mavenLocal()

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.108] - 2024-01-01
1416
### Added
1517
- Support for chest references in item syntax. The new `inv` syntax allows for referencing container indices in the config-file. This should help bridge the gap between class chests and various other parts of the config-file, such as rewards and upgrade waves.
1618
- Support for saved items. The new `/ma save-item` command can be used to save the currently held item to disk, which allows it to be used in various places in the config-file. This should help bridge the gap between the config-file and class chests for config-file centric setups.
@@ -259,7 +261,8 @@ Thanks to:
259261
- Swatacular for help with testing bug fixes
260262
- Haileykins for contributions to the code base
261263

262-
[Unreleased]: https://github.com/garbagemule/MobArena/compare/0.107...HEAD
264+
[Unreleased]: https://github.com/garbagemule/MobArena/compare/0.108...HEAD
265+
[0.108]: https://github.com/garbagemule/MobArena/compare/0.107...0.108
263266
[0.107]: https://github.com/garbagemule/MobArena/compare/0.106...0.107
264267
[0.106]: https://github.com/garbagemule/MobArena/compare/0.105...0.106
265268
[0.105]: https://github.com/garbagemule/MobArena/compare/0.104.2...0.105

0 commit comments

Comments
 (0)