From 95eaf6bb5abb841ed03687dab65a987244b70cee Mon Sep 17 00:00:00 2001 From: Natan Vieira Date: Thu, 30 Jun 2022 13:57:18 -0300 Subject: [PATCH] Version 2.5.1-rc.1 --- CHANGELOG.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a031ad58..8c2cf895f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # Changelog -# 2.5.1 (unreleased) +# 2.5.1-rc.1 * Added support for more inventory types ([#58](https://github.com/DevNatan/inventory-framework/issues/58)) * Lazy pagination source ([#72](https://github.com/DevNatan/inventory-framework/issues/72)) * Item References ([#80](https://github.com/DevNatan/inventory-framework/issues/80)) * Internal codebase rewrite with a new pipeline and feature system ([#89](https://github.com/DevNatan/inventory-framework/pull/89)) -* Kotlin DSL ([#90](https://github.com/DevNatan/inventory-framework/pull/90)) +* ~~Kotlin DSL ([#90](https://github.com/DevNatan/inventory-framework/pull/90))~~ * Fixed the order of interceptors calls * Prohibit pagination item rendering function use ([#104](https://github.com/DevNatan/inventory-framework/pull/104)) * Fixed a bug where when the paginated view was updated with empty source the items from the previous pagination were not cleared diff --git a/build.gradle b/build.gradle index 03a900bf8..ea7d692a4 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ subprojects { apply plugin: "com.diffplug.spotless" group 'me.saiintbrisson.minecraft' - version '2.5.1' + version '2.5.1-rc.1' repositories { mavenCentral()