Releases: IBM/cics-bundle-gradle
Release list
Release v1.0.11
Release v1.0.10
Release v1.0.9
What's Changed
- Add support for Gradle 9 by @Samarinnayak in #174
- Use JReleaser to publish to Maven Central, as OSSRH is no longer supported by @tom-foyle in #177
- Update to the latest cics-bundle-common by @davenice in #179
- Upgrade to latest Gradle versions (7.6.6, 8.14.5, 9.5.1) by @tom-foyle in #183
Full Changelog: v1.0.8...v1.0.9
Release v1.0.8
What's Changed
- Update endpoints for Sonatype Portal by @ind1go in #170
- Scrub sensitive data from memory by @tom-foyle in #172
- Update version numbers for release 1.0.8 by @tom-foyle in #173
Full Changelog: 1.0.7...v1.0.8
1.0.7
What's Changed
- avoid creating new publication and customise the automated pluginMaven publication by @Samarinnayak in #158
- Push wiremock version up by @davenice in #159
- Update to latest version of cics-bundle-common by @ind1go in #162
- Release 1.0.7 by @ind1go in #163
Full Changelog: 1.0.6...1.0.7
1.0.6
Summary
- Some internal housekeeping including an update to a new version of cics-bundle-common, detect secrets, and a documentation update.
What's Changed
- Mention Gradle 8 support in README by @ind1go in #143 / #144
- Added Detect Secrets Config by @enamkhan in #146
- Add-Description-and-license-in-repo by @Samarinnayak in #155
- update-common-bundle-version by @sharmakh in #157
- Release 1.0.6 by @davenice in #156
Full Changelog: 1.0.5...1.0.6
1.0.5
Version 1.0.5 of the CICS bundle Gradle plugin is now available.
New features
This release includes the following new features:
What's Changed
- #140 Gradle 8 support
Breaking changes
This release includes no breaking changes.
Fixes and chores
This release includes the following fixes and chores:
Full Changelog: 1.0.4...1.0.5
1.0.4
Version 1.0.4 of the CICS bundle Gradle plugin is now available.
New features
This release includes the following new features:
- #127 Add version range support
Breaking changes
This release includes no breaking changes.
Fixes and chores
This release includes the following fixes and chores:
1.0.3
Version 1.0.3 of the CICS bundle Gradle plugin is now available.
Breaking changes
This release includes no breaking changes.
Fixes and chores
This release includes the following fixes and chores:
- #111 #112 Assumption "project.version is String" leads to incompatibilities with other plugins
- README updates
Full Changelog: 1.0.2...1.0.3
1.0.2
Version 1.0.2 of the CICS bundle Gradle plugin is now available.
New features
This release includes the following new features:
- #90 #102 Made
cicsplexandregionoptional to support single regions (SMSS), so either both or neither should be specified.
Breaking changes
This release includes no breaking changes.
Fixes and chores
This release includes the following fixes and chores:
- #104 Various open source dependency updates.
- Various doc updates