Skip to content

Releases: IBM/cics-bundle-gradle

Release v1.0.11

Choose a tag to compare

@github-actions github-actions released this 21 Jul 08:39
508d5ad

Changelog

508d5ad Merge pull request #191 from IBM/release/1.0.11

Release v1.0.10

Choose a tag to compare

@github-actions github-actions released this 13 Jul 09:27
a0db602

Changelog

a0db602 Merge pull request #187 from IBM/niced-release-1010

Release v1.0.9

Choose a tag to compare

@github-actions github-actions released this 18 Jun 13:17
1a58bdd

What's Changed

Full Changelog: v1.0.8...v1.0.9

Release v1.0.8

Choose a tag to compare

@github-actions github-actions released this 27 Apr 12:55
6b73a41

What's Changed

Full Changelog: 1.0.7...v1.0.8

1.0.7

Choose a tag to compare

@ind1go ind1go released this 16 Oct 20:27
5755af0

What's Changed

Full Changelog: 1.0.6...1.0.7

1.0.6

Choose a tag to compare

@davenice davenice released this 21 Aug 11:19
4b8bab0

Summary

  • Some internal housekeeping including an update to a new version of cics-bundle-common, detect secrets, and a documentation update.

What's Changed

Full Changelog: 1.0.5...1.0.6

1.0.5

Choose a tag to compare

@ind1go ind1go released this 07 Dec 11:50
17bae69

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:

  • #134 Fix prereqs link
  • #135 Update README.md
  • #137 Update readme with Gradle 8 incompatibility

Full Changelog: 1.0.4...1.0.5

1.0.4

Choose a tag to compare

@ind1go ind1go released this 11 May 11:17

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:

  • #118 Use BND plugin instead of deprecated OSGi plugin. Use latest Gradle 7.4.2 in tests
  • #131 Update dependencies

1.0.3

Choose a tag to compare

@ind1go ind1go released this 23 Mar 09:49
d50752d

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

Choose a tag to compare

@ledina ledina released this 08 Feb 15:59
1c4ea67

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 cicsplex and region optional 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