Skip to content

PASS Release 0.1.0

Compare
Choose a tag to compare
@jabrah jabrah released this 03 Aug 20:16
· 268 commits to main since this release

This is the initial release of the Eclipse PASS codebase. The following changes were made to the code after completing the transition to Eclipse:

  • Naming changes - updating code to transition to the Eclipse PASS name
  • Version alignment - ensuring all project components utilize a consistent versioning scheme
  • Data model alignment - ensuring all project components utilize the same version of the data model
  • Adjustments to release process - updates to allow release of Java components to Maven Central with a new groupId
  • Introduction of code style guide - ensuring code conforms to consistent guidelines
  • Adjustments to testing methods - transitioning to the use of GitHub Actions for the execution of unit and integration testing
  • Initial documentation - providing a starting point for development and deployment documentation

Full changelog: https://github.com/eclipse-pass/main/issues?q=label%3A%22Release+0.1.0%22