From 4032a4d6bc23840bbb3a0cc8234fdcbeab278895 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Thu, 20 Jul 2023 17:05:16 -0700 Subject: [PATCH] Publish libsu 5.2.0 --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f9e92ee..6b8fdf9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 5.2.0 + +- [core] Shell status code `Shell.ROOT_MOUNT_MASTER` is no longer returned as there is no way to reliably determine this information. + ## 5.1.0 - [core] New API `Shell.Job.enqueue()` which returns `Future` in case you need to retrive asynchronous results without using callbacks diff --git a/README.md b/README.md index 3b9d294c..acbb7a7f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ repositories { maven { url 'https://jitpack.io' } } dependencies { - def libsuVersion = '5.1.0' + def libsuVersion = '5.2.0' // The core module that provides APIs to a shell implementation "com.github.topjohnwu.libsu:core:${libsuVersion}"