mirror of
https://github.com/cashapp/zipline.git
synced 2026-03-13 10:23:19 +08:00
Prepare version 1.26.0
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
## [1.26.0] - 2026-03-04
|
||||
[1.26.0]: https://github.com/cashapp/zipline/releases/tag/1.26.0
|
||||
|
||||
* Fix: Prevent StackOverflow when serializing recursive class definitions. The serial name
|
||||
description now ends when encountering a recursive descriptor.
|
||||
* Fix: Embedded code will now be used first if it is fresher than cached network code.
|
||||
|
||||
@@ -2,7 +2,7 @@ org.gradle.caching=true
|
||||
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
|
||||
org.gradle.parallel=true
|
||||
|
||||
VERSION_NAME=1.26.0-SNAPSHOT
|
||||
VERSION_NAME=1.26.0
|
||||
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=false
|
||||
|
||||
Reference in New Issue
Block a user