Skip to content

Commit

Permalink
DOC: Clarify further remote module version bumps with ITK minor releases
Browse files Browse the repository at this point in the history
Clarify further remote module major version bumps with ITK minor
releases.
  • Loading branch information
jhlegarreta committed Jul 4, 2024
1 parent 6861944 commit 250bc48
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Documentation/Maintenance/Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,12 @@ due to third-party dependencies.

When a new ITK version is released, experience has shown that the remote
module packages are not binary compatible across ITK major or minor releases.
Thus, remote module versions should be bumped into a new major version when
requiring a new ITK major or minor version. The process described below
ensures appropriate versioning and compatibility of the remotes with ITK.
While we attempt to maintain API compatibility between ITK minor releases, the
ABI generally changes. This can be due to features and bug fixes in the ITK
source code, but there are also usually build system changes that cause ABI
changes. Thus, remote module versions should be bumped into a new major
version when requiring a new ITK major or minor version. The process described
below ensures appropriate versioning and compatibility of the remotes with ITK.

Update Remote Modules
---------------------
Expand Down

0 comments on commit 250bc48

Please sign in to comment.