Skip to content

Commit 2b81ae4

Browse files
committed
Bump version to 1.0.1
1 parent c44dc6f commit 2b81ae4

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

docs/changelog-zh-CN.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,11 @@
22

33
## 1.0.0 | 2023.09.03
44

5-
- 首个版本提交至 Maven
5+
- 首个版本提交至 Maven
6+
7+
## 1.0.1 | 2023.09.07
8+
9+
- 使用 `net.lingala.zip4j` 取代 JDK 默认创建压缩文档功能修复在 Windows 平台中 Gradle 8.0.2+ 版本创建的 JAR 损坏导致找不到生成的 Class 问题
10+
- 重构自动生成代码部分的装载功能,增加可能找不到 Class 的错误提示
11+
- 新增在设置了未定义版本的插件依赖条件下直接运行自动装配相关 Gradle Task 将抛出异常
12+
- 修复可能的旧版本 Gradle 在使用 `repositories``content` 功能会抛出异常

docs/changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,13 @@
22

33
## 1.0.0 | 2023.09.03
44

5-
- The first version is submitted to Maven
5+
- The first version is submitted to Maven
6+
7+
## 1.0.1 | 2023.09.07
8+
9+
- 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+
10+
version on Windows platform is broken and the generated classes cannot be found
11+
- Refactor the loading function of the automatically generated code part, and add an error message that classes may not be found
12+
- Added an exception will be thrown when running the autowire related Gradle task directly
13+
under the condition of setting an undefined version of plugins
14+
- Fix possible old version of Gradle throwing exception when using `content` function of `repositories`

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project.description=An easy autowire and manage dependencies Gradle plugin
44
project.url=https://github.com/HighCapable/SweetDependency
55
project.groupName=com.highcapable.sweetdependency
66
project.moduleName=sweet-dependency
7-
project.version=1.0.0
7+
project.version=1.0.1
88
project.licence.name=Apache License 2.0
99
project.licence.url=https://github.com/HighCapable/SweetDependency/blob/master/LICENSE
1010
project.developer.id=0

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pluginManagement {
88
}
99
}
1010
plugins {
11-
id("com.highcapable.sweetdependency") version "1.0.0"
11+
id("com.highcapable.sweetdependency") version "1.0.1"
1212
id("com.highcapable.sweetproperty") version "1.0.2"
1313
}
1414
sweetDependency {

0 commit comments

Comments
 (0)