Skip to content

Commit

Permalink
Version 2.5.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Natan Vieira committed Jun 30, 2022
1 parent 4fb9543 commit 95eaf6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 95eaf6b

Please sign in to comment.