Releases: allegro/axion-release-plugin
v1.14.2
What's Changed
- Bump mkdocs-material from 8.4.4 to 8.5.2 by @dependabot in #532
- Bump pl.allegro.tech.build.axion-release from 1.14.0 to 1.14.1 by @dependabot in #531
- Bump mkdocs-material from 8.5.2 to 8.5.3 by @dependabot in #535
- Migrate to Kotlin DSL build script to align published Kotlin version with Gradle by @cloudshiftchris in #533
Full Changelog: v1.14.1...v1.14.2
v1.14.1
What's Changed
- Bump mkdocs-material from 8.3.9 to 8.4.0 by @dependabot in #519
- Bump pl.allegro.tech.build.axion-release from 1.13.14 to 1.14.0 by @dependabot in #518
- Bump mkdocs-material from 8.4.0 to 8.4.2 by @dependabot in #522
- Bump mkdocs-material from 8.4.2 to 8.4.4 by @dependabot in #526
- Bump sshd-core from 2.9.0 to 2.9.1 by @dependabot in #529
- Bump com.coditory.integration-test from 1.4.2 to 1.4.4 by @dependabot in #527
- Bump sshd-git from 2.9.0 to 2.9.1 by @dependabot in #528
- Bump JGit from
5.12.0.202106070339-r
to5.13.1.202206130422-r
by @valfirst in #530
New Contributors
Full Changelog: v1.14.0...v1.14.1
v1.14.0
This release includes support for Gradle's configuration cache.
As part of this change, configuration properties are now Gradle-managed properties.
In some cases, existing build scripts may need to be adjusted:
- Kotlin DSL users will need to use the
property.set(value)
instead of assignment; - Users of a custom key file should use the new property
customKeyFile
- several 'setXXX' methods have been replaced with function equivalents (e.g.
setSerializer
->serializer
) - If extending an Axion task (setting the
versionConfig
property), please check out updated syntax in the documentation
What's Changed
- GH-490 Describe
fileUpdate.encoding
property in docs by @dzikoysk in #499 - GH-490 Support encoding in
fileUpdate
hook (Fix #490) by @dzikoysk in #493 - Gradle configuration cache compatibility by @cloudshiftchris in #516
- Implement #480: handle empty overriddenBranchName same as not set by @david0 in #489
New Contributors
- @dzikoysk made their first contribution in #493
- @cloudshiftchris made their first contribution in #516
Dependencies
- Bump pl.allegro.tech.build.axion-release from 1.13.9 to 1.13.14 by @dependabot in #496
- Bump mkdocs-material from 8.3.2 to 8.3.4 by @dependabot in #494
- Bump mkdocs-material from 8.3.4 to 8.3.6 by @dependabot in #498
- Bump com.coditory.integration-test from 1.4.0 to 1.4.2 by @dependabot in #508
- Bump mkdocs-material from 8.3.6 to 8.3.9 by @dependabot in #504
- Bump objenesis from 3.2 to 3.3 by @dependabot in #514
- Bump mkdocs from 1.3.0 to 1.3.1 by @dependabot in #512
- Bump org.jetbrains.kotlin.jvm from 1.4.0 to 1.7.10 by @dependabot in #507
- Bump sshd-git from 2.8.0 to 2.9.0 by @dependabot in #511
- Bump sshd-core from 2.8.0 to 2.9.0 by @dependabot in #513
Full Changelog: v1.13.14...v1.14.0
v1.13.14
This release introduces grade plugin marker artifact (pom) https://docs.gradle.org/current/userguide/plugins.html#sec:plugin_markers
Thank you @wiget for your support.
What's Changed
- Bump mkdocs-material from 8.2.16 to 8.3.2 by @dependabot in #485
- fix: customize pom, not create another publication by @wiget in #487
New Contributors
Full Changelog: v1.13.13...v1.13.14
v1.13.13
v1.13.12
This release is only chores one - trying to fix the maven/gradle-portal jars discrepancy.
Full Changelog: v1.13.11...v1.13.12
v1.13.11
This release is only chores one - trying to fix the maven/gradle-portal jars discrepancy.
Full Changelog: v1.13.10...v1.13.11
v1.13.10 - Kotlin dsl improvements
What's Changed
- Bump cglib-nodep from 3.1 to 3.3.0 by @dependabot in #466
- Bump com.coditory.integration-test from 1.2.3 to 1.4.0 by @dependabot in #464
- Bump objenesis from 2.4 to 3.2 by @dependabot in #467
- Bump io.github.gradle-nexus.publish-plugin from 1.0.0 to 1.1.0 by @dependabot in #471
- Bump sshd-core from 1.6.0 to 2.8.0 by @dependabot in #472
- Bump sshd-git from 1.6.0 to 2.8.0 by @dependabot in #469
- Bump com.gradle.plugin-publish from 0.12.0 to 0.21.0 by @dependabot in #470
- Bump com.github.kt3k.coveralls from 2.8.2 to 2.12.0 by @dependabot in #474
- Bump mkdocs-material from 8.2.15 to 8.2.16 by @dependabot in #477
- Make configuration Kotlin DSL friendly by @cloudshiftchris in #476
New Contributors
- @dependabot made their first contribution in #466
- @cloudshiftchris made their first contribution in #476
Full Changelog: v1.13.9...v1.13.10