Skip to content

Commit 6c24dc4

Browse files
committed
[Gradle Release Plugin] - pre tag commit: '1.1.5'.
1 parent 00f99b2 commit 6c24dc4

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## [1.1.5] - 2025-07-21
2+
### Features
3+
- Updated project guidance in CLAUDE.md for comprehensive project understanding.
4+
- Additional permissions added to Claude Code settings.
5+
- JUnit 5 dependencies added for improved testing.
6+
- Comprehensive JavaDocs added to core classes for easy code understanding.
7+
- Added build commands and code style guidelines to CLAUDE.md.
8+
- Python interpreter path updated in VSCode settings for JavaScript and Python.
9+
10+
### Fixes
11+
- Successful build with the fix in javadoc HTML errors.
12+
- Compatibility issue with vanniktech maven publish plugin 0.34.0 fixed.
13+
- Fixed type in code.
14+
15+
### Updates
16+
- Spring Boot version updated from 3.4.5 to 3.5.3.
17+
- Gradle wrapper updated from version 8.13 to 8.14.2.
18+
- Bump in version from org.projectlombok:lombok from 1.18.36 to 1.18.38.
19+
- Bump in version com.vanniktech.maven.publish from 0.30.0 to 0.34.0
20+
- Incremental updates of org.junit.jupiter:junit-jupiter from 5.13.0 to 5.13.3
21+
- Version bump in ds-spring-ai-client to 1.1.4 and log changes.
22+
- Adjustments in VSCode settings to specify default runtime.
23+
- Bump in com.github.ben-manes.versions from 0.51.0 to 0.52.0.
24+
25+
### Breaking Changes
26+
- Updated the Spring Boot version from 3.4.1 to 3.4.2.
27+
- Merged main branch of https://github.com/devondragon/SpringAIClient. In case of conflicting changes, check this merge.
28+
- Changed Java version specification to mise.toml along with Spring Boot version updated to 3.4.3. Make sure to check system configuration.
29+
- The new version commit: '1.1.5-SNAPSHOT' with Gradle Release Plugin.
30+
131
## [1.1.4] - 2024-12-31
232
### Features
333
- Enhanced changelog generation script.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.1.5-SNAPSHOT
1+
version=1.1.5
22

33
# Maven Central Publishing Configuration for vanniktech plugin 0.34.0+
44
mavenCentralPublishing=true

0 commit comments

Comments
 (0)