Skip to content

Commit

Permalink
Publish libsu 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed May 26, 2023
1 parent e7dcf62 commit c9f1a6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.1.0

- [core] New API `Shell.Job.enqueue()` which returns `Future<Shell.Result>` in case you need to retrive asynchronous results without using callbacks
- [services] Workaround more broken LG system framework
- [services] Properly support multiuser/work profile

## 5.0.5

- [nio] Optimize internal implementation
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
def libsuVersion = '5.0.4'
def libsuVersion = '5.1.0'
// The core module that provides APIs to a shell
implementation "com.github.topjohnwu.libsu:core:${libsuVersion}"
Expand Down

0 comments on commit c9f1a6e

Please sign in to comment.