capellambse v0.6.19
Notable changes
-
This is the last planned release in the v0.6.x series. The next release will be v0.7.0.
While most code that ran with v0.6 should continue to work the same with v0.7, there may be some edge cases that are handled differently, which is why it's marked as breaking change. Downstream projects should update their dependency specification to
capellambse>=0.7.0,<0.8(orcapellambse>=0.6.??,<0.8if needed).v0.7.0 will emit a lot of DeprecationWarning and FutureWarning instances. Some of them still originate within capellambse itself, those will addressed in later v0.7.x releases. Other warnings indicate properties that were accessed, which will be removed or change which elements are exposed in the future. To prepare for a smoother transition post v0.7, downstream projects should address these warnings and update the code accordingly.
Full changelog
New features
Bug fixes
- metamodel: Expose ComponentExchange categories as a list by @Sergio-Slobodrian (24e56dd)
- git: Cleanup the worktree from the original repo base by @Wuestengecko (56ef48d)
CI/CD changes
- Engage Dependabot by @Wuestengecko (1a971c1, 6329c37)
- Show the commitlint validation result in the Actions log by @Wuestengecko (a7239c9)
Unit test changes
- Fail on unraisable exceptions by @Wuestengecko (4d7433f)