File tree Expand file tree Collapse file tree 3 files changed +271
-64
lines changed
code/languages/com.mbeddr.mpsutil/solutions/com.mbeddr.core.base.pluginSolution/models/com/mbeddr/core/base/pluginSolution
subprojects/com.mbeddr/platform Expand file tree Collapse file tree 3 files changed +271
-64
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
5
5
The format is _ loosely_ based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) . The project does _ not_ follow
6
6
Semantic Versioning and the changes are simply documented in reverse chronological order, grouped by calendar month.
7
7
8
+ # June 2025
9
+
10
+ ## com.mbeddr.core.base
11
+
12
+ ### Fixed
13
+
14
+ - prevent exception in MbeddrSearchViewer actions initialization due to null value of the project event parameter
15
+
16
+ ## com.mbeddr.platform publication
17
+
18
+ ### Changed
19
+
20
+ - Published SBOM contains dependencies only from runtime configurations. This covers bundled libraries and all runtime
21
+ dependencies like used language libraries, JBR and MPS. The latter is however currently not yet included due to a restriction
22
+ of the CycloneDX gradle plugin.
23
+
8
24
# May 2025
9
25
10
26
## com.mbeddr.doc
You can’t perform that action at this time.
0 commit comments