Skip to content

Commit

Permalink
Prepare version 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed May 1, 2024
1 parent b2260ca commit e67eb45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Unreleased

## [1.10.0] - 2024-05-01

* Fix: Clean source paths that show up in stack traces.
* Fix: Don't leak Zipline instances. We had a bug where our memory-leak detection itself introduced
a memory leak. We held a reference to a Zipline instance that was intended to be used to report
services that were garbage collected but not closed.


## [1.9.0] - 2024-04-11

* Breaking: Reorder the parameters in `ZiplineLoader` so `FileSystem` always precedes `Path`.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8

VERSION_NAME=1.10.0-SNAPSHOT
VERSION_NAME=1.10.0

android.useAndroidX=true
android.enableJetifier=false
Expand Down

0 comments on commit e67eb45

Please sign in to comment.