Skip to content

Commit e52855f

Browse files
committed
fix: starter dependency
1 parent cd909d2 commit e52855f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [0.8.0](https://github.com/guoshiqiufeng/loki/compare/v0.7.0...v0.8.0) (2024-01-25)
3+
## [0.8.0](https://github.com/guoshiqiufeng/loki/compare/v0.7.0...v0.8.0)
44

55

66
### ⭐ New Features
@@ -20,7 +20,7 @@
2020
* Update okhttp to 4.12.0 ([9b12af1](https://github.com/guoshiqiufeng/loki/commit/9b12af1fec0d06516eb85e4e2c5deb8185dd2e7c))
2121
* Update opentelemetry to 1.31.0 ([9b12af1](https://github.com/guoshiqiufeng/loki/commit/9b12af1fec0d06516eb85e4e2c5deb8185dd2e7c))
2222

23-
## [0.7.0](https://github.com/guoshiqiufeng/loki/compare/v0.6.1...v0.7.0) (2024-01-19)
23+
## [0.7.0](https://github.com/guoshiqiufeng/loki/compare/v0.6.1...v0.7.0)
2424

2525

2626
### ⭐ New Features

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ subprojects {
7171
}
7272
}
7373

74-
def onlyPom = project.name == "loki-bom" || project.name.contains("spring-boot-starter");
74+
def onlyPom = project.name == "loki-bom";
7575

7676
tasks.withType(JavaCompile) {
7777
options.encoding = 'UTF-8'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# {x-release-please-start-version}
2-
APP_VERSION=0.8.0
2+
APP_VERSION=0.8.1
33
# {x-release-please-end-version}
44
APP_GROUP=io.github.guoshiqiufeng

0 commit comments

Comments
 (0)