Skip to content

Commit ee00da9

Browse files
committed
[Gradle Release Plugin] - pre tag commit: '3.0.0'.
1 parent df7de58 commit ee00da9

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## [3.0.0] - 2025-01-12
2+
### Features
3+
- Added Python interpreter path to VSCode settings and created mise.toml for Python tool configuration.
4+
- Converted project from a simple framework to a Maven library with a separate demo app (#136).
5+
- Updated dependencies to use compileOnly scope and upgraded versions.
6+
- Massive refactoring to be a Maven Library
7+
- Updated project version to 3.0.0-SNAPSHOT and Gradle distribution to 8.10.2
8+
- Updated the README.md file.
9+
10+
### Fixes
11+
- Bumped com.codeborne:selenide from 7.5.1 to 7.6.0, then from 7.6.0 to 7.6.1, and finally from 7.6.1 to 7.7.0 (#127, #128, #129, and #133).
12+
- Bumped io.spring.dependency-management from 1.1.6 to 1.1.7 (#131).
13+
- Bumped com.google.guava:guava from 33.3.1-jre to 33.4.0-jre (#130).
14+
- Bumped org.thymeleaf.extras:thymeleaf-extras-springsecurity6 (#129).
15+
- Bumped org.mariadb.jdbc:mariadb-java-client from 3.5.0 to 3.5.1 (#125).
16+
- Updated Gradle wrapper to version 8.11.
17+
18+
### Breaking Changes
19+
- Project name updated to 'ds-spring-user-framework'.
20+
- Deleted .github/ISSUE_TEMPLATE/sweep-template.yml.
21+
- Deleted codeql-analysis.yml and removed sweep-template.yml.
22+
- Update in the project's structure as it was converted to a Maven library.
23+

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=3.0.0-SNAPSHOT
1+
version=3.0.0

0 commit comments

Comments
 (0)