Skip to content

Commit 867a4cc

Browse files
committed
version: 0.8.0
1 parent 87cde2d commit 867a4cc

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
## [v0.8.0] (2022-04-18)
4+
35
### PlayerInventory API
46

57
This 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ repositories {
5151
}
5252

5353
dependencies {
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
```

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)