-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
91 additions
and
11 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
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ subprojects { | |
|
||
group = 'org.cadixdev' | ||
archivesBaseName = project.name.toLowerCase() | ||
version = '0.4.3' | ||
version = '0.4.4' | ||
|
||
repositories { | ||
mavenCentral() | ||
|
@@ -126,7 +126,7 @@ subprojects { | |
developer { | ||
id = 'jamierocks' | ||
name = 'Jamie Mansfield' | ||
email = '[email protected]' | ||
email = '[email protected]' | ||
url = 'https://www.jamiemansfield.me/' | ||
timezone = 'Europe/London' | ||
} | ||
|
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,15 @@ | ||
Bombe 0.3.5 | ||
=== | ||
|
||
Bombe 0.3.5 is a small release introducing some new APIs to bolster the | ||
capabilities of the jar transformation framework, namely allowing entries to be | ||
introduced. To accomplish this, a `JarEntryTransformer#additions()` method has | ||
been introduced. The `Jars` utility has been updated to support this, and a | ||
release of Atlas will be made shortly to implement this feature. | ||
|
||
The `Jars` utility has been deprecated in this version, advising consumers to | ||
switch to Atlas. Jars was removed in 0.4.0, so this just serves as a final | ||
notice to any lingering applications using the utility. | ||
|
||
The remapping transformer will additionally strip signature files and entries | ||
in the manifest. This transformer may in future be available standalone. |
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,11 @@ | ||
Bombe 0.4.4 | ||
=== | ||
|
||
Bombe 0.4.4 is a small release introducing some new APIs to bolster the | ||
capabilities of the jar transformation framework, namely allowing entries to be | ||
introduced. To accomplish this, a `JarEntryTransformer#additions()` method has | ||
been introduced. A release of Atlas will be made shortly to implement this | ||
feature. | ||
|
||
The remapping transformer will additionally strip signature files and entries | ||
in the manifest. This transformer may in future be available standalone. |