File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11## [ Unreleased]
22
3+ ## [ v0.8.0] (2022-04-18)
4+
35### PlayerInventory API
46
57This version introduces new * experimental* PlayerInventory API.
@@ -41,6 +43,8 @@ List<ItemStack> allItems = inventory.getItems();
4143
4244### Housekeeping
4345
46+ - Versioning strategy changed.
47+ Now version always includes ` PATCH ` version according to SemVer.
4448- Update Kotlin to 1.6.20
4549- Update bStats to 3.0.0
4650- Update ACF to 0.5.1-SNAPSHOT
@@ -156,7 +160,8 @@ It also allows users to select preferred APIs implementation via config.
156160- Update bukkit-gradle to 0.10.0
157161- Update Gradle to 7.2
158162
159- [ unreleased ] : https://github.com/EndlessCodeGroup/Mimic/compare/v0.7.1...develop
163+ [ unreleased ] : https://github.com/EndlessCodeGroup/Mimic/compare/v0.8.0...develop
164+ [ v0.8.0 ] : https://github.com/EndlessCodeGroup/Mimic/compare/v0.7.1...v0.8.0
160165[ v0.7.1 ] : https://github.com/EndlessCodeGroup/Mimic/compare/v0.7...v0.7.1
161166[ v0.7 ] : https://github.com/EndlessCodeGroup/Mimic/compare/v0.6.3...v0.7
162167[ v0.6.3 ] : https://github.com/EndlessCodeGroup/Mimic/compare/v0.6.2...v0.6.3
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ repositories {
5151}
5252
5353dependencies {
54- compileOnly(" ru.endlesscode.mimic:mimic-bukkit-api:0.7.1 " )
54+ compileOnly(" ru.endlesscode.mimic:mimic-bukkit-api:0.8.0 " )
5555}
5656```
5757
@@ -60,7 +60,7 @@ dependencies {
6060<dependency >
6161 <groupId >ru.endlesscode.mimic</groupId >
6262 <artifactId >mimic-bukkit-api</artifactId >
63- <version >0.7.1 </version >
63+ <version >0.8.0 </version >
6464 <scope >provided</scope >
6565</dependency >
6666```
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ subprojects {
1010 apply (plugin = " commons" )
1111 apply (plugin = " publish" )
1212
13- version = " 0.7.1 "
13+ version = " 0.8.0 "
1414 group = " ru.endlesscode.mimic"
1515}
1616
You can’t perform that action at this time.
0 commit comments