Releases: lamba92/kotlin-leveldb
Releases · lamba92/kotlin-leveldb
1.0.2
1.0.1
What's Changed
- Bump kotlinx-coroutines from 1.10.0 to 1.10.1 by @dependabot in #20
- Bump net.java.dev.jna:jna from 5.15.0 to 5.16.0 by @dependabot in #21
- Fix toPointer() function and added Gradle utility scripts by @lamba92 in #22
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
- Refactor scan method to return CloseableSequence. by @lamba92 in #1
- Create dependabot.yml by @lamba92 in #2
- Add linting to project by @lamba92 in #3
- Simplify workflows by removing release matrix. by @lamba92 in #4
- Use release binaries by default by @lamba92 in #5
- Refactor Gradle tasks for platform-specific publication by @lamba92 in #7
- Fix indent in dependabot.yml configuration by @lamba92 in #9
- Fix JNA folder name in resources for darwin-x86-64 by @lamba92 in #8
- Bump com.gradle.develocity from 3.17.6 to 3.18.2 by @dependabot in #10
- Correct task exclude in publish-release.yml by @lamba92 in #13
- Bump io.ktor:ktor-client-logging from 3.0.1 to 3.0.2 by @dependabot in #11
- Bump io.ktor:ktor-client-cio from 3.0.1 to 3.0.2 by @dependabot in #12
- Bump com.gradle.develocity from 3.18.2 to 3.19 by @dependabot in #14
- Refactor JNA bindings and update workflows by @lamba92 in #15
- Remove JNA plugin and refine verification workflows by @lamba92 in #16
- Bump ktor from 3.0.2 to 3.0.3 by @dependabot in #19
- Bump kotlinx-coroutines from 1.9.0 to 1.10.0 by @dependabot in #18
- Bump org.jetbrains.dokka:dokka-gradle-plugin from 2.0.0-Beta to 2.0.0 by @dependabot in #17
New Contributors
- @lamba92 made their first contribution in #1
- @dependabot made their first contribution in #10
Full Changelog: 0.0.1-RC.1...1.0.0
1.0.0-RC.6
What's Changed
Full Changelog: 1.0.0-RC.5...1.0.0-RC.6
1.0.0-RC.5
What's Changed
- Bump com.gradle.develocity from 3.18.2 to 3.19 by @dependabot in #14
- Refactor JNA bindings and update workflows by @lamba92 in #15
Full Changelog: 1.0.0-RC.4...1.0.0-RC.5
1.0.0-RC.4
What's Changed
- Bump com.gradle.develocity from 3.17.6 to 3.18.2 by @dependabot in #10
- Correct task exclude in publish-release.yml by @lamba92 in #13
- Bump io.ktor:ktor-client-logging from 3.0.1 to 3.0.2 by @dependabot in #11
- Bump io.ktor:ktor-client-cio from 3.0.1 to 3.0.2 by @dependabot in #12
New Contributors
- @dependabot made their first contribution in #10
Full Changelog: 1.0.0-RC.3...1.0.0-RC.4
1.0.0-RC.3
What's Changed
- Use release binaries by default by @lamba92 in #5
- Refactor Gradle tasks for platform-specific publication by @lamba92 in #7
- Fix indent in dependabot.yml configuration by @lamba92 in #9
- Fix JNA folder name in resources for darwin-x86-64 by @lamba92 in #8
Full Changelog: 1.0.0-RC.2...1.0.0-RC.3
1.0.0-RC.2
1.0.0-RC.1
Clarify Android platform specificity and add target list. The README now specifies "Android Native" for clarity and includes a new target list for Android platforms under supported environments. This change enhances understanding and ensures all supported Android targets are explicitly documented.
0.0.1-RC.5: Switch publish trigger to push event
The workflow previously triggered on release events but is now set to trigger on any push. This change aims to streamline the publication of snapshots by automatically reacting to new code changes.