Skip to content

Commit ffbe8ad

Browse files
author
Natan Vieira
committed
Version 2.5.2
1 parent 6d1bafe commit ffbe8ad

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
# 2.5.2
4+
* Nested view open by context ClassCastException (#164)
5+
* Lately fetch update job initiator (#163)
6+
* Context update implementation (#162)
7+
* Change ViewItem click handler type (#161)
8+
* Update gradle to `v7.5` (#155)
9+
* Update gradle/gradle-build-action digest to `cd3cedc` (#157)
10+
* Create generate artifacts workflow (#165)
11+
312
# 2.5.1
413
* Click handler doesn't work in onItemRender. Thanks to @Azodox (#142)
514
* Random NPE when closing inventory by. Thanks to @azodox (#141)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ subprojects {
77
apply plugin: "com.diffplug.spotless"
88

99
group 'me.saiintbrisson.minecraft'
10-
version '2.5.1'
10+
version '2.5.2'
1111

1212
repositories {
1313
mavenCentral()

0 commit comments

Comments
 (0)