Skip to content

Releases: lamba92/kotlin-leveldb

1.0.2

29 Dec 01:12
27883d7
Compare
Choose a tag to compare

What's Changed

  • Add compileOnly dependency on JNA for jvmCommonMain by @lamba92 in #24
  • Update memory handling and pointer size calculations for JNA by @lamba92 in #23

Full Changelog: 1.0.1...1.0.2

1.0.1

27 Dec 21:12
7488725
Compare
Choose a tag to compare

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

20 Dec 16:17
be7559d
Compare
Choose a tag to compare

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

Full Changelog: 0.0.1-RC.1...1.0.0

1.0.0-RC.6

13 Dec 22:41
15f4367
Compare
Choose a tag to compare

What's Changed

  • Remove JNA plugin and refine verification workflows by @lamba92 in #16

Full Changelog: 1.0.0-RC.5...1.0.0-RC.6

1.0.0-RC.5

13 Dec 19:01
a5ef36d
Compare
Choose a tag to compare

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

11 Dec 09:43
5dff6aa
Compare
Choose a tag to compare

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

Full Changelog: 1.0.0-RC.3...1.0.0-RC.4

1.0.0-RC.3

11 Dec 00:24
7ac430c
Compare
Choose a tag to compare

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

04 Dec 19:23
eea3e65
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 1.0.0-RC.1...1.0.0-RC.2

1.0.0-RC.1

03 Dec 16:52
Compare
Choose a tag to compare
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

02 Dec 19:38
Compare
Choose a tag to compare
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.