Skip to content

Commit

Permalink
[Gradle Release Plugin] - pre tag commit: '3.0.0'.
Browse files Browse the repository at this point in the history
  • Loading branch information
devondragon committed Jan 12, 2025
1 parent df7de58 commit ee00da9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## [3.0.0] - 2025-01-12
### Features
- Added Python interpreter path to VSCode settings and created mise.toml for Python tool configuration.
- Converted project from a simple framework to a Maven library with a separate demo app (#136).
- Updated dependencies to use compileOnly scope and upgraded versions.
- Massive refactoring to be a Maven Library
- Updated project version to 3.0.0-SNAPSHOT and Gradle distribution to 8.10.2
- Updated the README.md file.

### Fixes
- 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).
- Bumped io.spring.dependency-management from 1.1.6 to 1.1.7 (#131).
- Bumped com.google.guava:guava from 33.3.1-jre to 33.4.0-jre (#130).
- Bumped org.thymeleaf.extras:thymeleaf-extras-springsecurity6 (#129).
- Bumped org.mariadb.jdbc:mariadb-java-client from 3.5.0 to 3.5.1 (#125).
- Updated Gradle wrapper to version 8.11.

### Breaking Changes
- Project name updated to 'ds-spring-user-framework'.
- Deleted .github/ISSUE_TEMPLATE/sweep-template.yml.
- Deleted codeql-analysis.yml and removed sweep-template.yml.
- Update in the project's structure as it was converted to a Maven library.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=3.0.0-SNAPSHOT
version=3.0.0

0 comments on commit ee00da9

Please sign in to comment.