Skip to content

Commit 02710a1

Browse files
committed
Release 0.0.5
2 parents 7a896c5 + 8dbdace commit 02710a1

3 files changed

Lines changed: 20 additions & 4 deletions

File tree

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
object Release {
22
const val Group = "com.tencent.devops"
3-
const val Version = "0.0.5-SNAPSHOT"
3+
const val Version = "0.0.5"
44
}
55

66
object Versions {

devops-boot-sample/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("com.tencent.devops.boot") version "0.0.5-SNAPSHOT"
2+
id("com.tencent.devops.boot") version "0.0.5"
33
}
44

55
allprojects {

docs/changelog.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
# 更新日志
22

3-
## [0.0.5] (待发布)
4-
- 开发调度中心组件schedule-starter
3+
## [0.0.5](https://github.com/bkdevops-projects/devops-framework/releases/tag/0.0.4) (2022-01-13)
4+
### Features
5+
- 日志路径支持自定义 #96
6+
- 开发分布式调度中心组件schedule-starter #103
7+
8+
### Refactor
9+
- dependencies自定义的版本没有生效 #92
10+
- boot项目没有应用到devops-boot-dependencies #119
11+
- 整理仓库配置 #110
12+
- 仓库列表优化 #95
13+
14+
### Dependencies
15+
- 升级log4j到2.15.0 #111
16+
- 升级logback版本 #114
17+
- feign 10.10.1自动在header的value的逗号后面加空格, 导致获取到的值不符合预期 #89
18+
19+
### Documentation
20+
- documentation: 完善文档 #65
521

622
## [0.0.4](https://github.com/bkdevops-projects/devops-framework/releases/tag/0.0.4) (2021-07-29)
723

0 commit comments

Comments
 (0)