Skip to content

Releases: DanySK/publish-on-central

5.0.5

25 Apr 07:08
Compare
Choose a tag to compare

5.0.5 (2023-04-25)

Dependency updates

  • core-deps: update dependency org.jetbrains.kotlin.jvm to v1.8.21 (accd139)
  • deps: update plugin kotlin-qa to v0.39.0 (5b9dfa2)
  • deps: update plugin publishoncentral to v5.0.4 (251af73)

5.0.4

23 Apr 15:53
Compare
Choose a tag to compare

5.0.4 (2023-04-23)

Bug Fixes

  • fix bugged source jar management in kotlin-js projects (#619) (db3278c)

Dependency updates

  • deps: update npm to v9.6.5 (ef0f5a1)
  • deps: update plugin kotlin-qa to v0.38.2 (0762468)
  • deps: update plugin multijvmtesting to v0.4.23 (65bed2d)
  • deps: update plugin publishoncentral to v5.0.3 (e1c9fdf)

Build and continuous integration

  • deps: update alchemistsimulator/alchemist action to v25.15.5 (e640fb0)
  • deps: update danysk/build-check-deploy-gradle-action action to v2.2.4 (e68623f)

5.0.3

21 Apr 21:19
Compare
Choose a tag to compare

5.0.3 (2023-04-21)

Dependency updates

  • core-deps: update dependency gradle to v8.1.1 (4871e12)
  • deps: update plugin gitsemver to v1.1.9 (5b25af5)
  • deps: update plugin multijvmtesting to v0.4.22 (625db26)
  • deps: update plugin publishoncentral to v5.0.2 (5ab5d46)

5.0.2

20 Apr 09:31
Compare
Choose a tag to compare

5.0.2 (2023-04-20)

Bug Fixes

  • improve error message when mutually exclusive tasks are selected for execution (48396c8)
  • nexus: provide a cleaner error message in case of drop refusal (5c2d38d)

Dependency updates

  • deps: update plugin gitsemver to v1.1.8 (691d8e9)
  • deps: update plugin kotlin-qa to v0.38.1 (8ac5304)
  • deps: update plugin publishoncentral to v5.0.1 (9db5abd)

Refactoring

  • dokka: rename extension property and make code more idiomatic (118017e)

Style improvements

  • dokka: prefer runCatching over try/catch (0026e1b)
  • improve conciseness and code style (e85b3f8)

Build and continuous integration

  • deps: update alchemistsimulator/alchemist action to v25.15.4 (ff2a8f6)

5.0.1

20 Apr 07:21
Compare
Choose a tag to compare

5.0.1 (2023-04-20)

Bug Fixes

  • kotlin-multiplatform: fix broken dokka style support (#605) (26f6dcf)

Build and continuous integration

  • deps: update danysk/template-for-kotlin-multiplatform-projects action to v0.1.11 (d23329c)

Dependency updates

  • deps: update kotest to v5.6.0 (e62b827)
  • deps: update kotest to v5.6.1 (3ec8cf4)
  • deps: update plugin multijvmtesting to v0.4.21 (828f565)
  • deps: update plugin publishoncentral to v5 (1ec66a5)

5.0.0

18 Apr 09:46
Compare
Choose a tag to compare

5.0.0 (2023-04-18)

⚠ BREAKING CHANGES

  • move extension methods into container objects

Features

  • add support for Kotlin JS-only projects (#597) (ac89097)

Bug Fixes

  • add sourceJar and javadocJar artifacts only to self-produced publications (2d6b1ba)

Dependency updates

  • deps: update plugin gitsemver to v1.1.7 (7b6ef40)
  • deps: update plugin publishoncentral to v4.1.1 (f47d6a2)

Refactoring

  • move extension methods into container objects (5bc2e10)

4.1.1

13 Apr 22:47
Compare
Choose a tag to compare

4.1.1 (2023-04-13)

Dependency updates

  • core-deps: update dependency gradle to v8.1 (dafca04)

Performance improvements

  • replace inline functions preventing compile avoidance (7f9a5c3)

4.1.0

13 Apr 21:32
Compare
Choose a tag to compare

4.1.0 (2023-04-13)

Features

  • replace org.gradle.jvm.tasks.Jar with org.gradle.api.tasks.bundling.Jar as the superclass of JavadocJar and SourceJar (8e73f79)

Bug Fixes

  • use a beta version of the plugin itself to prepare for Gradle 8.1 (07a0ceb)

Build and continuous integration

  • deps: update actions/checkout action to v3.5.1 (748f853)
  • deps: update actions/checkout action to v3.5.2 (a42f1b8)
  • deps: update alchemistsimulator/alchemist action to v25.15.2 (bfeb34f)
  • deps: update danysk/action-checkout action to v0.2.8 (b7b7620)
  • deps: update danysk/action-checkout action to v0.2.9 (bb387cb)
  • deps: update danysk/build-check-deploy-gradle-action action to v2.2.3 (a299fcf)
  • replace deprecated methods to[Low|Upp]erCase with [low|upp]ercase (58e692d)

Dependency updates

  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.23 (f81c710)
  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.24 (dba636e)
  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.25 (cd18a8c)
  • deps: update node.js to 18.16 (2e0e233)
  • deps: update npm to v9.6.3 (f08c03f)
  • deps: update npm to v9.6.4 (5114a1e)
  • deps: update plugin com.gradle.enterprise to v3.13 (a885233)
  • deps: update plugin gitsemver to v1.1.6 (77484fa)
  • deps: update plugin gradlepluginpublish to v1.2.0 (0e25b6a)
  • deps: update plugin multijvmtesting to v0.4.20 (42ea778)
  • deps: update plugin publishoncentral to v4.0.1 (4351b18)

Tests

  • annotate platform type (0d7dd39)
  • avoid string templates as parameters in logger calls (9bc1105)

Style improvements

  • avoid shadowing it (0db0bca)
  • build: prefer error over throwing IllegalStateException (025ce44)
  • format more compactly (2343c8f)
  • prefer error over throwing IllegalStateException (76e71d9)
  • use a more compact formatting style (4427c0e)
  • use trailing commas appropriately (bb9ad82)

Performance improvements

  • drop inline function preventing compile avoidance (b96ed73)

4.0.1

02 Apr 14:33
Compare
Choose a tag to compare

4.0.1 (2023-04-02)

Dependency updates

  • core-deps: update dependency org.jetbrains.kotlin.jvm to v1.8.20 (daf33d9)
  • deps: update plugin gitsemver to v1.1.5 (684499f)
  • deps: update plugin org.danilopianini.gradle-pre-commit-git-hooks to v1.1.6 (c6b076f)
  • deps: update plugin publishoncentral to v4 (a7cd9b5)

4.0.0

02 Apr 10:47
Compare
Choose a tag to compare

4.0.0 (2023-04-02)

⚠ BREAKING CHANGES

  • add support for selecting the Dokka type to be included in the publication (#567)

Features

  • add support for selecting the Dokka type to be included in the publication (#567) (4382aae)

Build and continuous integration

  • deps: update actions/checkout action to v3.4.0 (7c2d1b5)
  • deps: update actions/checkout action to v3.5.0 (43bb2d8)
  • deps: update alchemistsimulator/alchemist action to v25.15.0 (63d297b)
  • deps: update alchemistsimulator/alchemist action to v25.15.1 (32e066a)
  • deps: update danysk/action-checkout action to v0.2.6 (7df2dfb)
  • deps: update danysk/action-checkout action to v0.2.7 (c8f5f36)
  • deps: update danysk/build-check-deploy-gradle-action action to v2.2.1 (a97b0c0)
  • deps: update danysk/build-check-deploy-gradle-action action to v2.2.1 (c587caa)
  • deps: update danysk/build-check-deploy-gradle-action action to v2.2.2 (e892542)
  • deps: update danysk/template-for-kotlin-multiplatform-projects action to v0.1.10 (3b60f03)
  • mergify: disable auto-rebasing due to Mergifyio/mergify#5074 (40d09c5)

Dependency updates

  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.17 (c3abe11)
  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.19 (4896b55)
  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.20 (3a6a52c)
  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.21 (5d90e20)
  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.22 (4dcb292)
  • deps: update node.js to 18.15 (9752b4a)
  • deps: update npm to v8.12.2 (0293ce6)
  • deps: update npm to v8.19.4 (5d4af1d)
  • deps: update npm to v9 (a95c8a9)
  • deps: update npm to v9.6.2 (84b1f71)
  • deps: update plugin com.gradle.enterprise to v3.12.5 (051ed86)
  • deps: update plugin com.gradle.enterprise to v3.12.6 (f02bf4e)
  • deps: update plugin publishoncentral to v3.4.0 (42c42ae)