-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare 2.0.0-1.7.2-0-beta01 release
- Loading branch information
Showing
3 changed files
with
34 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,28 @@ | ||
# CHANGELOG | ||
|
||
## Version 2.0.0-1.7.2-0-beta01 (2023-12-02) | ||
- Updates `kotlin` to `1.9.21` [[#85]][85] | ||
- Updates `encoding` to `2.1.0` [[#85]][85] | ||
- `Linux-Android` binaries for `sqlite-jdbc` are no longer dropped when repackaging | ||
for `Jvm` to support applications running via `Termux` [[#86]][86] | ||
- Modifies `sqlite-jdbc` build to use [build-env][url-build-env] docker containers [[#91]][91] | ||
- Fixes Windows build reproducibility | ||
- Allows for reducing Android `minSdk` from `23` to `21` | ||
- Linux libc binaries are compiled against older version of `glibc` (specifically, `2.23`) | ||
for some supported targets than what [dockcross][url-dockcross] uses. | ||
- Updates `sqlite-jdbc` to `3.43.2.2` [[#94]][94] | ||
- Adds `androidx.startup` dependency to obtain default `databases` directory for | ||
Android Runtime [[#95]][95] | ||
- Lowers Android `minSdk` to `21` [[#96]][96] | ||
|
||
## Version 2.0.0-1.7.2-0-alpha01 (2023-10-13) | ||
- Initial `alpha` release | ||
|
||
[url-build-env]: https://github.com/05nelsonm/build-env | ||
[url-dockcross]: https://github.com/dockcross/dockcross | ||
[85]: https://github.com/toxicity-io/sqlite-mc/pull/85 | ||
[86]: https://github.com/toxicity-io/sqlite-mc/pull/86 | ||
[91]: https://github.com/toxicity-io/sqlite-mc/pull/91 | ||
[94]: https://github.com/toxicity-io/sqlite-mc/pull/94 | ||
[95]: https://github.com/toxicity-io/sqlite-mc/pull/95 | ||
[96]: https://github.com/toxicity-io/sqlite-mc/pull/96 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters