Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](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](#16) ([31a2b00](31a2b00))
  • Loading branch information
semantic-release-bot committed Dec 30, 2020
1 parent 31a2b00 commit 1bf6eae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pluginName = RCInventory
author = Strasse36
mcVersion = 1.16.4
apiVersion = 1.15
version = 1.5.0
version = 1.6.0

0 comments on commit 1bf6eae

Please sign in to comment.