Skip to content

Commit 4a683aa

Browse files
committed
release: 0.37.2
1 parent 2a54852 commit 4a683aa

File tree

3 files changed

+125
-5
lines changed

3 files changed

+125
-5
lines changed

CHANGELOG.json

+111-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"nextVersion" : {
33
"major" : 0,
44
"minor" : 37,
5-
"patch" : 2,
5+
"patch" : 3,
66
"preReleaseParts" : [ ],
77
"buildMetaDataParts" : [ ],
88
"preRelease" : "",
@@ -13,7 +13,7 @@
1313
"lastVersion" : {
1414
"major" : 0,
1515
"minor" : 37,
16-
"patch" : 1,
16+
"patch" : 2,
1717
"preReleaseParts" : [ ],
1818
"buildMetaDataParts" : [ ],
1919
"preRelease" : "",
@@ -22,6 +22,114 @@
2222
"buildMetaData" : ""
2323
},
2424
"tags" : [ {
25+
"version" : {
26+
"major" : 0,
27+
"minor" : 37,
28+
"patch" : 2,
29+
"preReleaseParts" : [ ],
30+
"buildMetaDataParts" : [ ],
31+
"preRelease" : "",
32+
"stable" : true,
33+
"initialDevelopment" : true,
34+
"buildMetaData" : ""
35+
},
36+
"releaseDate" : "2024-10-29 09:02:22.000 +0100",
37+
"sections" : [ {
38+
"title" : "Bug Fixes",
39+
"commits" : [ {
40+
"hashFull" : "2a548529956825d53565207033f05afffaeb37fe",
41+
"hash" : "2a548529956825d",
42+
"hash7" : "2a54852",
43+
"hash8" : "2a548529",
44+
"commitTime" : "2024-10-29 09:02:22.000 +0100",
45+
"commitTimeLong" : 1730188942,
46+
"message" : "fix: entity unregister node\n\nWhen the `unregisterNode` method is called for another NeonBee node,\nand the executing node has an `EntityVerticle` that was also registered\nby the other node, the `EntityVerticle` was incorrectly unregistered\nfor the executing node. This fix ensures that the `EntityVerticle`\nremains registered for the executing node.\n",
47+
"merge" : false,
48+
"authorIdent" : {
49+
"when" : "2024-10-25 12:19:05.000 +0200",
50+
"name" : "Michael Halberstadt",
51+
"email" : "[email protected]"
52+
},
53+
"committerIdent" : {
54+
"when" : "2024-10-29 09:02:22.000 +0100",
55+
"name" : "halber",
56+
"email" : "[email protected]"
57+
},
58+
"quickActions" : { },
59+
"closeIssues" : [ ],
60+
"subjectIssues" : [ ],
61+
"bodyIssues" : [ ],
62+
"mentions" : [ ],
63+
"locales" : [ ],
64+
"defaultLang" : "en",
65+
"commitUrl" : "https://github.com/SAP/neonbee/commit/2a548529956825d53565207033f05afffaeb37fe",
66+
"commitType" : "fix",
67+
"commitPackage" : null,
68+
"commitScope" : null,
69+
"commitSubject" : "entity unregister node",
70+
"commitBody" : "When the `unregisterNode` method is called for another NeonBee node,\nand the executing node has an `EntityVerticle` that was also registered\nby the other node, the `EntityVerticle` was incorrectly unregistered\nfor the executing node. This fix ensures that the `EntityVerticle`\nremains registered for the executing node.",
71+
"attention" : false,
72+
"breakingChange" : false,
73+
"deprecated" : false,
74+
"firstLocaleCommitType" : null,
75+
"firstLocaleCommitScope" : null,
76+
"commitIssue" : null,
77+
"localeMap" : null,
78+
"rawCommitType" : "fix",
79+
"rawCommitScope" : null,
80+
"rawCommitSubject" : "entity unregister node",
81+
"messageBody" : "When the `unregisterNode` method is called for another NeonBee node,\nand the executing node has an `EntityVerticle` that was also registered\nby the other node, the `EntityVerticle` was incorrectly unregistered\nfor the executing node. This fix ensures that the `EntityVerticle`\nremains registered for the executing node.",
82+
"messageTitle" : "fix: entity unregister node"
83+
} ]
84+
}, {
85+
"title" : "Features",
86+
"commits" : [ {
87+
"hashFull" : "64d2ac455efb853f537c944f20ead35c810cab8d",
88+
"hash" : "64d2ac455efb853",
89+
"hash7" : "64d2ac4",
90+
"hash8" : "64d2ac45",
91+
"commitTime" : "2024-10-08 11:34:58.000 +0200",
92+
"commitTimeLong" : 1728380098,
93+
"message" : "feat: add contribution guideline for genAI\n",
94+
"merge" : false,
95+
"authorIdent" : {
96+
"when" : "2024-09-26 13:27:34.000 +0200",
97+
"name" : "Pascal Krause",
98+
"email" : "[email protected]"
99+
},
100+
"committerIdent" : {
101+
"when" : "2024-10-08 11:34:58.000 +0200",
102+
"name" : "Pascal",
103+
"email" : "[email protected]"
104+
},
105+
"quickActions" : { },
106+
"closeIssues" : [ ],
107+
"subjectIssues" : [ ],
108+
"bodyIssues" : [ ],
109+
"mentions" : [ ],
110+
"locales" : [ ],
111+
"defaultLang" : "en",
112+
"commitUrl" : "https://github.com/SAP/neonbee/commit/64d2ac455efb853f537c944f20ead35c810cab8d",
113+
"commitType" : "feat",
114+
"commitPackage" : null,
115+
"commitScope" : null,
116+
"commitSubject" : "add contribution guideline for genAI",
117+
"commitBody" : null,
118+
"attention" : false,
119+
"breakingChange" : false,
120+
"deprecated" : false,
121+
"firstLocaleCommitType" : null,
122+
"firstLocaleCommitScope" : null,
123+
"commitIssue" : null,
124+
"localeMap" : null,
125+
"rawCommitType" : "feat",
126+
"rawCommitScope" : null,
127+
"rawCommitSubject" : "add contribution guideline for genAI",
128+
"messageBody" : "",
129+
"messageTitle" : "feat: add contribution guideline for genAI"
130+
} ]
131+
} ]
132+
}, {
25133
"version" : {
26134
"major" : 0,
27135
"minor" : 37,
@@ -33,7 +141,7 @@
33141
"initialDevelopment" : true,
34142
"buildMetaData" : ""
35143
},
36-
"releaseDate" : "2024-08-07 12:12:46.000 +0200",
144+
"releaseDate" : "2024-08-21 14:18:38.000 +0200",
37145
"sections" : [ {
38146
"title" : "Bug Fixes",
39147
"commits" : [ {

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

3-
## 0.37.1 (2024-08-07)
3+
## 0.37.2 (2024-10-29)
4+
5+
### Bug Fixes
6+
7+
- entity unregister node ([2a548529](https://github.com/SAP/neonbee/commit/2a548529956825d53565207033f05afffaeb37fe))
8+
9+
10+
### Features
11+
12+
- add contribution guideline for genAI ([64d2ac45](https://github.com/SAP/neonbee/commit/64d2ac455efb853f537c944f20ead35c810cab8d))
13+
14+
15+
## 0.37.1 (2024-08-21)
416

517
### Bug Fixes
618

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
}
2222

2323
group = 'io.neonbee'
24-
version = '0.37.2-SNAPSHOT'
24+
version = '0.37.2'
2525
mainClassName = 'io.neonbee.Launcher'
2626
archivesBaseName = 'neonbee-core'
2727
sourceCompatibility = 17

0 commit comments

Comments
 (0)