Skip to content

Commit 5e629ff

Browse files
chore(release): 0.9.0-rc.10
## [0.9.0-rc.10](v0.9.0-rc.9...v0.9.0-rc.10) (2025-08-24) ### 🚀 Features * add mentor framework v2 ([#364](#364)) ([1a02674](1a02674))
1 parent 1a02674 commit 5e629ff

178 files changed

Lines changed: 180 additions & 180 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

server/application-server/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
name: MIT License
99
url: https://github.com/ls1intum/Hephaestus/blob/develop/LICENSE
1010
title: Hephaestus API
11-
version: 0.9.0-rc.9
11+
version: 0.9.0-rc.10
1212
servers:
1313
- description: Default Server URL
1414
url: /

server/application-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>de.tum.in.www1</groupId>
1313
<artifactId>hephaestus</artifactId>
14-
<version>0.9.0-rc.9-SNAPSHOT</version>
14+
<version>0.9.0-rc.10-SNAPSHOT</version>
1515
<name>Hephaestus</name>
1616
<description>AI-driven learning for better software development</description>
1717
<url />

server/application-server/src/main/java/de/tum/in/www1/hephaestus/OpenAPIConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
info = @Info(
2727
title = "Hephaestus API",
2828
description = "API documentation for the Hephaestus application server.",
29-
version = "0.9.0-rc.9",
29+
version = "0.9.0-rc.10",
3030
contact = @Contact(name = "Felix T.J. Dietrich", email = "felixtj.dietrich@tum.de"),
3131
license = @License(name = "MIT License", url = "https://github.com/ls1intum/Hephaestus/blob/develop/LICENSE")
3232
),

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/JavaTimeFormatter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.9.0-rc.9
5+
* The version of the OpenAPI document: 0.9.0-rc.10
66
* Contact: felixtj.dietrich@tum.de
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/RFC3339DateFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.9.0-rc.9
5+
* The version of the OpenAPI document: 0.9.0-rc.10
66
* Contact: felixtj.dietrich@tum.de
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/BadPractice.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.9.0-rc.9
5+
* The version of the OpenAPI document: 0.9.0-rc.10
66
* Contact: felixtj.dietrich@tum.de
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/BadPracticeStatus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.9.0-rc.9
5+
* The version of the OpenAPI document: 0.9.0-rc.10
66
* Contact: felixtj.dietrich@tum.de
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/ChatRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.9.0-rc.9
5+
* The version of the OpenAPI document: 0.9.0-rc.10
66
* Contact: felixtj.dietrich@tum.de
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/ChatResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.9.0-rc.9
5+
* The version of the OpenAPI document: 0.9.0-rc.10
66
* Contact: felixtj.dietrich@tum.de
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

server/application-server/src/main/java/de/tum/in/www1/hephaestus/intelligenceservice/model/CreateDocumentInput.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Hephaestus Intelligence Service API
33
* API documentation for the Hephaestus Intelligence Service.
44
*
5-
* The version of the OpenAPI document: 0.9.0-rc.9
5+
* The version of the OpenAPI document: 0.9.0-rc.10
66
* Contact: felixtj.dietrich@tum.de
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)