File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
12
# 2.5.1
4
13
* Click handler doesn't work in onItemRender. Thanks to @Azodox (#142 )
5
14
* Random NPE when closing inventory by. Thanks to @azodox (#141 )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ subprojects {
7
7
apply plugin : " com.diffplug.spotless"
8
8
9
9
group ' me.saiintbrisson.minecraft'
10
- version ' 2.5.1 '
10
+ version ' 2.5.2 '
11
11
12
12
repositories {
13
13
mavenCentral()
You can’t perform that action at this time.
0 commit comments