Skip to content

Commit 2261b50

Browse files
Prepare release 0.2.1
1 parent 76c281b commit 2261b50

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.1] - 2025-11-23
10+
11+
### Fixed
12+
- #14 - Enhance Linux executable compability - @sberthouzoz
13+
814
---
915
## [0.2.0] - 2025-11-13 - Native executable 🎉
1016

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.0</version>
76+
<version>0.2.1</version>
7777
</dependency>
7878
```
7979

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

8585
## Basic usage

ROADMAP.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
## To do
3838
- [ ] Gather feedback
39+
- [ ] Github action flow to build executable in PRs
3940
- [ ] CLI: custom emojis mapping
4041
- [ ] CLI: more matchers
4142
- [ ] CLI: tree format

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
| Version | Supported |
66
| ------- | ------------------ |
7-
| 0.0.x | :x: |
8-
| 0.x.x | :white_check_mark: |
7+
| < 0.2.x | :x: |
8+
| >= 0.2.x | :white_check_mark: |
99

1010
## Reporting a Vulnerability
1111

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.1-SNAPSHOT</revision>
19+
<revision>0.2.1</revision>
2020

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

0 commit comments

Comments
 (0)