File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 11# {x-release-please-start-version}
2- APP_VERSION =0.8.0
2+ APP_VERSION =0.8.1
33# {x-release-please-end-version}
44APP_GROUP =io.github.guoshiqiufeng
You can’t perform that action at this time.
0 commit comments