Skip to content

Commit f2ed790

Browse files
authored
Prepare Release 0.3.0 (#11)
Co-authored-by: kaklakariada <kaklakariada@users.noreply.github.com>
1 parent bf59190 commit f2ed790

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Add dependency to your Gradle project:
2828

2929
```groovy
3030
dependencies {
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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group = 'org.itsallcode'
14-
version = '0.2.0'
14+
version = '0.3.0'
1515

1616
repositories {
1717
mavenCentral()

0 commit comments

Comments
 (0)