Releases: DanySK/publish-on-central
Releases · DanySK/publish-on-central
5.0.6
5.0.6 (2023-06-10)
Build and continuous integration
- deps: update alchemistsimulator/alchemist action to v25.16.0 (87237d4)
- deps: update alchemistsimulator/alchemist action to v25.16.1 (3023c56)
- deps: update alchemistsimulator/alchemist action to v25.16.2 (0adf353)
- deps: update alchemistsimulator/alchemist action to v26 (9ee801a)
- deps: update alchemistsimulator/alchemist action to v26.0.1 (1049e99)
- deps: update alchemistsimulator/alchemist action to v26.0.2 (c75ec3c)
- deps: update alchemistsimulator/alchemist action to v26.0.3 (0af8ab5)
- deps: update alchemistsimulator/alchemist action to v26.0.4 (399041c)
- deps: update danysk/build-check-deploy-gradle-action action to v2.2.5 (a8de2f6)
- deps: update danysk/build-check-deploy-gradle-action action to v2.2.6 (e2498bb)
- deps: update danysk/template-for-kotlin-multiplatform-projects action to v0.1.12 (ef9566f)
Dependency updates
- core-deps: update dependency org.jetbrains.kotlin.jvm to v1.8.22 (fd96f38)
- deps: update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.7.0 (c2c62ce)
- deps: update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.7.1 (0f236fb)
- deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.26 (8195757)
- deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.27 (88208bd)
- deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.28 (9b111e0)
- deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.29 (43fd3ba)
- deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.30 (ef1045e)
- deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.32 (17e2352)
- deps: update kotest to v5.6.2 (409c4af)
- deps: update npm to v9.6.6 (0c2e452)
- deps: update npm to v9.6.7 (aec1cab)
- deps: update plugin com.gradle.enterprise to v3.13.1 (609d496)
- deps: update plugin com.gradle.enterprise to v3.13.2 (34f52e9)
- deps: update plugin com.gradle.enterprise to v3.13.3 (0f2122d)
- deps: update plugin kotlin-qa to v0.40.0 (3b842ed)
- deps: update plugin kotlin-qa to v0.41.0 (93facfa)
- deps: update plugin kotlin-qa to v0.42.0 (d7d2ba4)
- deps: update plugin org.danilopianini.gradle-pre-commit-git-hooks to v1.1.7 (34fa76e)
- deps: update plugin org.gradle.toolchains.foojay-resolver-convention to v0.5.0 (f9eb240)
- deps: update plugin publishoncentral to v5.0.5 (998f7d7)
5.0.5
5.0.4
5.0.3
5.0.2
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
Build and continuous integration
- deps: update alchemistsimulator/alchemist action to v25.15.4 (ff2a8f6)
5.0.1
5.0.0
5.0.0 (2023-04-18)
⚠ BREAKING CHANGES
- move extension methods into container objects
Features
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
4.1.0
4.1.0 (2023-04-13)
Features
- replace
org.gradle.jvm.tasks.Jar
withorg.gradle.api.tasks.bundling.Jar
as the superclass ofJavadocJar
andSourceJar
(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
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)