File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,16 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 0.3 .0] - unreleased
7+ ## [ 0.4 .0] - unreleased
88
9- ## [ 0.2 .0] - 2025-11-02
9+ ## [ 0.3 .0] - 2025-11-02
1010
11- * [ PR #3 ] ( https://github.com/itsallcode/simple-process/pull/3 ) : Allow configuring log level
1211* [ PR #9 ] ( https://github.com/itsallcode/simple-process/pull/9 ) : Upgrade dependencies
1312
13+ ## [ 0.2.0] - 2025-07-05
14+
15+ * [ PR #3 ] ( https://github.com/itsallcode/simple-process/pull/3 ) : Allow configuring log level
16+
1417## [ 0.1.0] - 2025-06-028
1518
1619* [ PR #1 ] ( https://github.com/itsallcode/simple-process/pull/1 ) : Initial release
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Add dependency to your Gradle project:
2828
2929``` groovy
3030dependencies {
31- implementation 'org.itsallcode:simple-process:0.1 .0'
31+ implementation 'org.itsallcode:simple-process:0.3 .0'
3232}
3333```
3434
@@ -38,7 +38,7 @@ Add dependency to your Maven project:
3838<dependency >
3939 <groupId >org.itsallcode</groupId >
4040 <artifactId >simple-process</artifactId >
41- <version >0.1 .0</version >
41+ <version >0.3 .0</version >
4242</dependency >
4343```
4444
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111}
1212
1313group = ' org.itsallcode'
14- version = ' 0.2 .0'
14+ version = ' 0.3 .0'
1515
1616repositories {
1717 mavenCentral()
You can’t perform that action at this time.
0 commit comments