From 1bf6eaec4ac11923e8799319b41fc88a8a0071d0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 30 Dec 2020 19:28:40 +0000 Subject: [PATCH] chore(release): 1.6.0 [skip ci] # [1.6.0](https://github.com/raidcraft/rcinventory/compare/v1.5.0...v1.6.0) (2020-12-30) ### Features * Implement pre caching when player joins server but is not loaded into world. Database inventory is loaded and deserialized asynchronously. Closes [#16](https://github.com/raidcraft/rcinventory/issues/16) ([31a2b00](https://github.com/raidcraft/rcinventory/commit/31a2b008f72a63a555d8b8a82306aa6eccf9ca57)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8982a24..6593ddb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://github.com/raidcraft/rcinventory/compare/v1.5.0...v1.6.0) (2020-12-30) + + +### Features + +* Implement pre caching when player joins server but is not loaded into world. Database inventory is loaded and deserialized asynchronously. Closes [#16](https://github.com/raidcraft/rcinventory/issues/16) ([31a2b00](https://github.com/raidcraft/rcinventory/commit/31a2b008f72a63a555d8b8a82306aa6eccf9ca57)) + # [1.5.0](https://github.com/raidcraft/rcinventory/compare/v1.4.2...v1.5.0) (2020-12-27) diff --git a/gradle.properties b/gradle.properties index 5205384..60859f8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,4 @@ pluginName = RCInventory author = Strasse36 mcVersion = 1.16.4 apiVersion = 1.15 -version = 1.5.0 +version = 1.6.0