Skip to content

Commit 0802b2f

Browse files
committed
Next version (1.0.3-RC1)
Signed-off-by: Dmitry Sulman <[email protected]>
1 parent 0870248 commit 0802b2f

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ This library serves as a bridge between the Reactor Netty HTTP logging mechanism
1717
- Comprehensive HTTP request/response logging
1818
- Lazy-loaded access event properties for optimal performance
1919
- Support for headers, cookies, and request parameters logging
20-
- Debug mode for troubleshooting
2120
- Configurable through system properties or external configuration files
21+
- Debug mode for troubleshooting
2222

2323
## Dependencies
2424

2525
- Java 17+
26-
- Kotlin Standard Library 2.1.20
27-
- Logback-access 2.0.6
26+
- Kotlin Standard Library 2.1.21
2827
- Reactor Netty HTTP Server 1.2.6
28+
- Logback-access 2.0.6
2929
- SLF4J 2.0.17
3030

3131
## Usage

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ tasks.jar {
3030
jreleaser {
3131
release {
3232
github {
33+
changelog {
34+
enabled = false
35+
}
3336
skipTag = true
3437
skipRelease = true
3538
token = "-"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.0.2
1+
version=1.0.3-RC1
22
org.gradle.caching=true
33
org.gradle.configuration-cache=false
44
org.gradle.jvmargs=-Xmx2g

0 commit comments

Comments
 (0)