cantaloupe
cantaloupe copied to clipboard
Develop branch missing commits from version 5.0.6
Issue Description:
It appears that the develop branch does not contain the commits that were used in the 5.0.6 release.
To ensure consistency and proper workflow, the release/5.0 branch should be merged into the develop branch. This process should be similar to the merge performed in commit efed8c201.
Steps to Reproduce:
- Check the commit history of the develop branch.
- Check the commit history of the release/5.0 branch.
- Compare the commits used in version 5.0.6 and those present in the develop branch.
Expected Result:
The develop branch should contain all commits from the release/5.0 branch, including those used in version 5.0.6.
Suggested Solution:
Merge the release/5.0 branch into the develop branch, as was done in commit efed8c201.