Skip to content

Commit 443b356

Browse files
authored
Cleaning the Changlog and releasing (#20)
* Cleaning the Changlog and releasing Given that I've done more than 70 commits and fifteen releases to get the instrumentation functional - this PR is to clean it all up, and do a release. * Release Notes
1 parent ac164a1 commit 443b356

File tree

4 files changed

+14
-63
lines changed

4 files changed

+14
-63
lines changed

.release-notes/0.1.14.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

.release-notes/0.1.15.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

.release-notes/20.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Brought application up to date with Modern Pony
2+
3+
This application was written many years ago in order to rapidly assess
4+
java artifacts for jndi / log4j. This release brings up up-to-date
5+
with modern Pony.
6+
7+
## Release now generates statically linked executable
8+
9+
In this release we have implemented github workflows to generate a
10+
static executable which can be used on any Linux distribution.
11+
12+
This is so we don't have to maintain multiple executable packages
13+
for multiple distributions and versions.
14+

CHANGELOG.md

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -10,42 +10,3 @@
1010

1111
### Changed
1212

13-
14-
## [0.1.15] - 2025-09-08
15-
16-
### Fixed
17-
18-
- Modification to the workflows ([PR #19](https://github.com/redvers/jndi-file-scanner/pull/19))
19-
20-
## [0.1.14] - 2025-09-07
21-
22-
### Fixed
23-
24-
- Looks like a newer version may solve my issues. ([PR #17](https://github.com/redvers/jndi-file-scanner/pull/17))
25-
26-
## [0.1.13] - 2025-09-07
27-
28-
### Fixed
29-
30-
- Fix concurrency error in release.yml file. ([PR #16](https://github.com/redvers/jndi-file-scanner/pull/16))
31-
32-
## [0.1.12] - 2025-09-07
33-
34-
### Fixed
35-
36-
- Attempting to fix for 0.1.12 ([PR #15](https://github.com/redvers/jndi-file-scanner/pull/15))
37-
38-
## [0.1.9] - 2025-09-07
39-
40-
### Fixed
41-
42-
- More workflow changes. ([PR #14](https://github.com/redvers/jndi-file-scanner/pull/14))
43-
44-
## [0.1.7] - 2025-09-07
45-
46-
## [0.1.6] - 2025-09-07
47-
48-
### Added
49-
50-
- Adding Release Notes Bot functionality ([PR #11](https://github.com/redvers/jndi-file-scanner/pull/11))
51-

0 commit comments

Comments
 (0)