Skip to content

Commit

Permalink
Merge pull request #10 from langchain4j/release_0_28_0
Browse files Browse the repository at this point in the history
Release 0.28.0
  • Loading branch information
langchain4j committed Mar 14, 2024
2 parents daaabff + e37d8bc commit 0c03913
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Please provide a relevant code snippets to reproduce this bug.
A clear and concise description of what you expected to happen.

**Please complete the following information:**
- LangChain4j version: e.g. 0.27.0
- LangChain4j version: e.g. 0.28.0
- Java version: e.g. 11
- Spring Boot version: e.g. 2.7.18

Expand Down
3 changes: 1 addition & 2 deletions langchain4j-ollama-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
<parent>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-spring</artifactId>
<version>0.28.0-SNAPSHOT</version>
<version>0.28.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>langchain4j-ollama-spring-boot-starter</artifactId>
<name>LangChain4j Spring Boot starter for Ollama</name>
<packaging>jar</packaging>

<dependencies>

Expand Down
3 changes: 1 addition & 2 deletions langchain4j-open-ai-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
<parent>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-spring</artifactId>
<version>0.28.0-SNAPSHOT</version>
<version>0.28.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>langchain4j-open-ai-spring-boot-starter</artifactId>
<name>LangChain4j Spring Boot starter for OpenAI</name>
<packaging>jar</packaging>

<dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-spring</artifactId>
<version>0.28.0-SNAPSHOT</version>
<version>0.28.0</version>
<packaging>pom</packaging>

<name>langchain4j-spring parent POM</name>
Expand Down

0 comments on commit 0c03913

Please sign in to comment.