Skip to content

Commit

Permalink
release: 0.37.2
Browse files Browse the repository at this point in the history
  • Loading branch information
halber committed Oct 31, 2024
1 parent 2a54852 commit e939625
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 5 deletions.
114 changes: 111 additions & 3 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"nextVersion" : {
"major" : 0,
"minor" : 37,
"patch" : 2,
"patch" : 3,
"preReleaseParts" : [ ],
"buildMetaDataParts" : [ ],
"preRelease" : "",
Expand All @@ -13,7 +13,7 @@
"lastVersion" : {
"major" : 0,
"minor" : 37,
"patch" : 1,
"patch" : 2,
"preReleaseParts" : [ ],
"buildMetaDataParts" : [ ],
"preRelease" : "",
Expand All @@ -22,6 +22,114 @@
"buildMetaData" : ""
},
"tags" : [ {
"version" : {
"major" : 0,
"minor" : 37,
"patch" : 2,
"preReleaseParts" : [ ],
"buildMetaDataParts" : [ ],
"preRelease" : "",
"stable" : true,
"initialDevelopment" : true,
"buildMetaData" : ""
},
"releaseDate" : "2024-10-29 09:02:22.000 +0100",
"sections" : [ {
"title" : "Bug Fixes",
"commits" : [ {
"hashFull" : "2a548529956825d53565207033f05afffaeb37fe",
"hash" : "2a548529956825d",
"hash7" : "2a54852",
"hash8" : "2a548529",
"commitTime" : "2024-10-29 09:02:22.000 +0100",
"commitTimeLong" : 1730188942,
"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",
"merge" : false,
"authorIdent" : {
"when" : "2024-10-25 12:19:05.000 +0200",
"name" : "Michael Halberstadt",
"email" : "[email protected]"
},
"committerIdent" : {
"when" : "2024-10-29 09:02:22.000 +0100",
"name" : "halber",
"email" : "[email protected]"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/2a548529956825d53565207033f05afffaeb37fe",
"commitType" : "fix",
"commitPackage" : null,
"commitScope" : null,
"commitSubject" : "entity unregister node",
"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.",
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"firstLocaleCommitType" : null,
"firstLocaleCommitScope" : null,
"commitIssue" : null,
"localeMap" : null,
"rawCommitType" : "fix",
"rawCommitScope" : null,
"rawCommitSubject" : "entity unregister node",
"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.",
"messageTitle" : "fix: entity unregister node"
} ]
}, {
"title" : "Features",
"commits" : [ {
"hashFull" : "64d2ac455efb853f537c944f20ead35c810cab8d",
"hash" : "64d2ac455efb853",
"hash7" : "64d2ac4",
"hash8" : "64d2ac45",
"commitTime" : "2024-10-08 11:34:58.000 +0200",
"commitTimeLong" : 1728380098,
"message" : "feat: add contribution guideline for genAI\n",
"merge" : false,
"authorIdent" : {
"when" : "2024-09-26 13:27:34.000 +0200",
"name" : "Pascal Krause",
"email" : "[email protected]"
},
"committerIdent" : {
"when" : "2024-10-08 11:34:58.000 +0200",
"name" : "Pascal",
"email" : "[email protected]"
},
"quickActions" : { },
"closeIssues" : [ ],
"subjectIssues" : [ ],
"bodyIssues" : [ ],
"mentions" : [ ],
"locales" : [ ],
"defaultLang" : "en",
"commitUrl" : "https://github.com/SAP/neonbee/commit/64d2ac455efb853f537c944f20ead35c810cab8d",
"commitType" : "feat",
"commitPackage" : null,
"commitScope" : null,
"commitSubject" : "add contribution guideline for genAI",
"commitBody" : null,
"attention" : false,
"breakingChange" : false,
"deprecated" : false,
"firstLocaleCommitType" : null,
"firstLocaleCommitScope" : null,
"commitIssue" : null,
"localeMap" : null,
"rawCommitType" : "feat",
"rawCommitScope" : null,
"rawCommitSubject" : "add contribution guideline for genAI",
"messageBody" : "",
"messageTitle" : "feat: add contribution guideline for genAI"
} ]
} ]
}, {
"version" : {
"major" : 0,
"minor" : 37,
Expand All @@ -33,7 +141,7 @@
"initialDevelopment" : true,
"buildMetaData" : ""
},
"releaseDate" : "2024-08-07 12:12:46.000 +0200",
"releaseDate" : "2024-08-21 14:18:38.000 +0200",
"sections" : [ {
"title" : "Bug Fixes",
"commits" : [ {
Expand Down
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog

## 0.37.1 (2024-08-07)
## 0.37.2 (2024-10-29)

### Bug Fixes

- entity unregister node ([2a548529](https://github.com/SAP/neonbee/commit/2a548529956825d53565207033f05afffaeb37fe))


### Features

- add contribution guideline for genAI ([64d2ac45](https://github.com/SAP/neonbee/commit/64d2ac455efb853f537c944f20ead35c810cab8d))


## 0.37.1 (2024-08-21)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
}

group = 'io.neonbee'
version = '0.37.2-SNAPSHOT'
version = '0.37.2'
mainClassName = 'io.neonbee.Launcher'
archivesBaseName = 'neonbee-core'
sourceCompatibility = 17
Expand Down

0 comments on commit e939625

Please sign in to comment.