Skip to content

Commit 301cd13

Browse files
Ready to release v0.2.2
1 parent 114ea71 commit 301cd13

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
---
9+
## [0.2.2] - 2026-02-10
10+
11+
### Fixed
12+
- Bump org.assertj:assertj-core from 3.27.4 to 3.27.7
13+
- Fix Github action permissions
14+
815
---
916
## [0.2.1] - 2025-11-23
1017

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ For Maven, import this dependency to your `pom.xml`:
7373
<dependency>
7474
<groupId>io.github.computerdaddyguy</groupId>
7575
<artifactId>jfiletreeprettyprinter-core</artifactId>
76-
<version>0.2.1</version>
76+
<version>0.2.2</version>
7777
</dependency>
7878
```
7979

8080
For Gradle:
8181
```groovy
82-
implementation "io.github.computerdaddyguy:jfiletreeprettyprinter-core:0.2.1"
82+
implementation "io.github.computerdaddyguy:jfiletreeprettyprinter-core:0.2.2"
8383
```
8484

8585
## Basic usage

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</modules>
1717

1818
<properties>
19-
<revision>0.2.2-SNAPSHOT</revision>
19+
<revision>0.2.2</revision>
2020

2121
<java.version>21</java.version>
2222
<maven.compiler.source>21</maven.compiler.source>

0 commit comments

Comments
 (0)