From 2b81ae41b2dbfac44ea6fdc773ffeded49031138 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Thu, 7 Sep 2023 01:46:46 +0800 Subject: [PATCH] Bump version to 1.0.1 --- docs/changelog-zh-CN.md | 9 ++++++++- docs/changelog.md | 11 ++++++++++- gradle.properties | 2 +- settings.gradle.kts | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/docs/changelog-zh-CN.md b/docs/changelog-zh-CN.md index 12f05bb..dc3569f 100644 --- a/docs/changelog-zh-CN.md +++ b/docs/changelog-zh-CN.md @@ -2,4 +2,11 @@ ## 1.0.0 | 2023.09.03 -- 首个版本提交至 Maven \ No newline at end of file +- 首个版本提交至 Maven + +## 1.0.1 | 2023.09.07 + +- 使用 `net.lingala.zip4j` 取代 JDK 默认创建压缩文档功能修复在 Windows 平台中 Gradle 8.0.2+ 版本创建的 JAR 损坏导致找不到生成的 Class 问题 +- 重构自动生成代码部分的装载功能,增加可能找不到 Class 的错误提示 +- 新增在设置了未定义版本的插件依赖条件下直接运行自动装配相关 Gradle Task 将抛出异常 +- 修复可能的旧版本 Gradle 在使用 `repositories` 的 `content` 功能会抛出异常 \ No newline at end of file diff --git a/docs/changelog.md b/docs/changelog.md index 04e947b..0e4e7d6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,4 +2,13 @@ ## 1.0.0 | 2023.09.03 -- The first version is submitted to Maven \ No newline at end of file +- The first version is submitted to Maven + +## 1.0.1 | 2023.09.07 + +- Use `net.lingala.zip4j` to replace JDK's default function of creating compressed files and fix the problem that the JAR created by Gradle 8.0.2+ + version on Windows platform is broken and the generated classes cannot be found +- Refactor the loading function of the automatically generated code part, and add an error message that classes may not be found +- Added an exception will be thrown when running the autowire related Gradle task directly + under the condition of setting an undefined version of plugins +- Fix possible old version of Gradle throwing exception when using `content` function of `repositories` \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 3799c03..8899c51 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ project.description=An easy autowire and manage dependencies Gradle plugin project.url=https://github.com/HighCapable/SweetDependency project.groupName=com.highcapable.sweetdependency project.moduleName=sweet-dependency -project.version=1.0.0 +project.version=1.0.1 project.licence.name=Apache License 2.0 project.licence.url=https://github.com/HighCapable/SweetDependency/blob/master/LICENSE project.developer.id=0 diff --git a/settings.gradle.kts b/settings.gradle.kts index 84e5fe4..208af2d 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -8,7 +8,7 @@ pluginManagement { } } plugins { - id("com.highcapable.sweetdependency") version "1.0.0" + id("com.highcapable.sweetdependency") version "1.0.1" id("com.highcapable.sweetproperty") version "1.0.2" } sweetDependency {