-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Although it was already released, this at least makes it "official" with a blog post and changes to readme.
- Loading branch information
Showing
3 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: "0.8.1 Release" | ||
date: 2024-10-22T19:49:47+02:00 | ||
description: "Minor fix in version reporting" | ||
tags: | ||
- release | ||
--- | ||
|
||
As a one-man project, things usually tend to move slowly, but thankfully there are amazing people out there with a keen eye and generous heart proving open-source is the best way for software development! | ||
|
||
<!--more--> | ||
|
||
## Version is now properly reported on audit log | ||
|
||
Since the last release, Penna ships with a single audit log in cases of everything working out successfully, in which it reports which version it's using for runtime. This is helpful to debug any unintended behavior, for example, in cases where library versions might clash and cause a classpath issue - though usually this shouldn't happen if you bundle Penna as a runtime-only dependency for your application. | ||
|
||
Anyway, previously, however, this was broken due to an issue with how the JAR was packaged and this was spotted and fixed by the fantastic [Mark Sailes](https://www.linkedin.com/in/mark-sailes/). Thanks a lot! | ||
|
||
## Final words | ||
|
||
This is a small release but hopefully a very meaningful one as I feel Penna is reaching a point where it is no longer too experimental and can be used in production. As always, feel free to reach out in any way if you have any issues or questions and all sorts of feedback are very welcome. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
--- | ||
repoURL: https://github.com/hkupty/penna | ||
currentVersion: 0.8.0 | ||
currentVersion: 0.8.1 |